From 7d3219066ac1d6e0e495fd424504e98e86310e74 Mon Sep 17 00:00:00 2001 From: Fabricio Leonel Montivero <129090126+FabriLeoMon@users.noreply.github.com> Date: Tue, 30 Apr 2024 12:51:49 -0300 Subject: [PATCH] Update style.css.ts --- src/lib/folders/constant/style.css.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/folders/constant/style.css.ts b/src/lib/folders/constant/style.css.ts index 46f3ce1..c00d364 100644 --- a/src/lib/folders/constant/style.css.ts +++ b/src/lib/folders/constant/style.css.ts @@ -4,7 +4,6 @@ import { CLASS_TITLE_CONTAINER } from "./className"; export const css = ` /* Root */ .asc_FolderRoot{ - background: white; position: relative; padding-bottom: 7px; padding-left: 13px; @@ -38,6 +37,7 @@ export const css = ` } .asc_Folder>.${CLASS_TITLE_CONTAINER} .asc_folderIcon>.material-icons{ font-size: 20px; + color: wheat; } .asc_Folder>.${CLASS_TITLE_CONTAINER} .asc_closed{ @@ -56,6 +56,7 @@ export const css = ` text-overflow: ellipsis; overflow: hidden; white-space: nowrap; + color: wheat; } .asc_Folder > .asc_folder_ChildList {