1
0
Fork 0

higher contrast header styling

This commit is contained in:
Enoch Riese 2022-07-01 22:09:14 -05:00
parent 8875b82878
commit 57e93e1f12
2 changed files with 4 additions and 5 deletions

View file

@ -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 />