diff --git a/frontend/src/lib/components/icons/WindmillIcon.svelte b/frontend/src/lib/components/icons/WindmillIcon.svelte index 0b095cec09..ea49d7cd6e 100644 --- a/frontend/src/lib/components/icons/WindmillIcon.svelte +++ b/frontend/src/lib/components/icons/WindmillIcon.svelte @@ -35,6 +35,9 @@ .st2 { fill: #bcd4fc; } + .st2-gray { + fill: #cccccc; + } .st3 { fill: #3b82f6; } @@ -77,7 +80,8 @@ diff --git a/frontend/src/lib/components/sidebar/SidebarContent.svelte b/frontend/src/lib/components/sidebar/SidebarContent.svelte index b7485fe0b4..ae76da9123 100644 --- a/frontend/src/lib/components/sidebar/SidebarContent.svelte +++ b/frontend/src/lib/components/sidebar/SidebarContent.svelte @@ -89,13 +89,15 @@ export let isCollapsed: boolean = false -