diff --git a/frontend/css/components.css b/frontend/css/components.css index 95b1da9..88e96ca 100644 --- a/frontend/css/components.css +++ b/frontend/css/components.css @@ -105,6 +105,20 @@ display: none !important; } +.gd-lucide-icon { + display: inline-block; + flex-shrink: 0; + vertical-align: -0.15em; +} + +.gd-folder-icon { + color: #54aeff; +} + +.gd-file-icon { + color: #848d97; +} + .accent { color: var(--accent); } @@ -1009,7 +1023,6 @@ height: 44px; fill: none; stroke: currentColor; - stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; } diff --git a/frontend/index.html b/frontend/index.html index 8035b22..1c0385d 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -6,6 +6,7 @@