chore(dev): Menu tweaks
This commit is contained in:
parent
e4c45e2e9b
commit
4697fbd999
8 changed files with 51 additions and 35 deletions
|
@ -16,7 +16,8 @@ export const ThemePicker = ({ app, iconOnly = false, bottom = false }) => {
|
|||
{() => (
|
||||
<>
|
||||
<Popover.Button
|
||||
className={`h-12 group border-0 inline-flex items-center px-3 text-base text-neural-content hover:bg-neutral-focus`}
|
||||
className={`h-12 group border-0 inline-flex items-center px-3 text-base
|
||||
text-neural-content hover:bg-secondary hover:bg-opacity-50`}
|
||||
>
|
||||
<ThemeIcon />
|
||||
{!iconOnly && (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue