chore: change hex colors to tailwind bariables
This commit is contained in:
@@ -85,7 +85,7 @@ function close() {
|
||||
'will-change-[width]',
|
||||
'transition-[width] duration-300 ease-out',
|
||||
'border-r border-black/5 dark:border-white/10',
|
||||
'bg-[#f3f0e9] dark:bg-[#121212]',
|
||||
'bg-surface dark:bg-dark-bg',
|
||||
isOpen ? 'w-80 opacity-100' : 'w-0 opacity-0',
|
||||
'transition-[width,opacity] duration-300 ease-out',
|
||||
className,
|
||||
|
||||
Reference in New Issue
Block a user