diff --git a/front/src/components/Logo.vue b/front/src/components/Logo.vue index 986aa3dd8..d9a8213e1 100644 --- a/front/src/components/Logo.vue +++ b/front/src/components/Logo.vue @@ -4,7 +4,7 @@ interface Props { } withDefaults(defineProps(), { - fill: '#222222' + fill: 'var(--color)' }) diff --git a/front/src/ui/components/Sidebar.vue b/front/src/ui/components/Sidebar.vue index e081fe29a..8a888d2f0 100644 --- a/front/src/ui/components/Sidebar.vue +++ b/front/src/ui/components/Sidebar.vue @@ -1,10 +1,11 @@