|
|
@@ -41,7 +41,7 @@
|
|
|
? 'mdi-page-layout-sidebar-right'
|
|
|
: 'mdi-page-layout-sidebar-left'
|
|
|
"
|
|
|
- color="secondary"
|
|
|
+ color="dark"
|
|
|
/>
|
|
|
<q-tooltip
|
|
|
anchor="center right"
|
|
|
@@ -72,7 +72,7 @@
|
|
|
<q-icon
|
|
|
:name="item.icon"
|
|
|
style="font-size: 20px"
|
|
|
- color="secondary"
|
|
|
+ color="dark"
|
|
|
/>
|
|
|
</q-item-section>
|
|
|
<q-item-section>{{ $t(item.title) }}</q-item-section>
|
|
|
@@ -315,8 +315,8 @@ onMounted(() => {
|
|
|
@import "/src/css/quasar.variables.scss";
|
|
|
|
|
|
.menu-selected {
|
|
|
- background-color: $terciary;
|
|
|
- color: $primary;
|
|
|
+ background-color: $secondary;
|
|
|
+ color: $dark;
|
|
|
}
|
|
|
|
|
|
.toggle-button-wrapper {
|