higher contrast header styling
This commit is contained in:
parent
8875b82878
commit
57e93e1f12
2 changed files with 4 additions and 5 deletions
|
@ -7,9 +7,8 @@ export const Picker = ({Icon, className, title, iconOnly=false, children, isStat
|
|||
return (<Menu as="div" className={`dropdown dropdown-end w-auto`}>
|
||||
<Menu.Button className={iconOnly
|
||||
? `btn btn-sm`
|
||||
: `m-0 btn btn-neutral flex flex-row gap-2 btn-outline
|
||||
md:btn-ghost
|
||||
hover:bg-neutral hover:border-neutral-content
|
||||
: `m-0 btn btn-neutral flex flex-row gap-2
|
||||
hover:bg-neutral-content hover:border-neutral-content hover:text-neutral
|
||||
`}
|
||||
aria-label="Choose Theme">
|
||||
<Icon />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue