feat : refacto de la config couleur
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
<NuxtLink
|
||||
:to="item.to"
|
||||
:class="twMerge(
|
||||
'block truncate rounded-md text-[15px] text-m-text text-black transition-colors hover:bg-m-tertiary leading-[150%]',
|
||||
'block truncate rounded-md text-[15px] text-m-text text-black transition-colors hover:bg-m-surface leading-[150%]',
|
||||
collapsed ? 'px-3 text-center' : 'pl-[42px] pr-3',
|
||||
)"
|
||||
>
|
||||
@@ -71,7 +71,7 @@
|
||||
:class="twMerge(
|
||||
'absolute top-1/2 -translate-y-1/2 right-0 translate-x-1/2 z-10',
|
||||
'flex h-8 w-8 items-center justify-center rounded-full border border-m-border bg-white shadow-sm',
|
||||
'cursor-pointer transition-colors hover:bg-m-tertiary',
|
||||
'cursor-pointer transition-colors hover:bg-m-surface',
|
||||
toggleClass,
|
||||
)"
|
||||
@click="toggleCollapse"
|
||||
|
||||
Reference in New Issue
Block a user