fix(fs.dev): Theme picker mobile theming
This commit is contained in:
parent
71675062b8
commit
4433720075
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,11 @@ import ThemeIcon from 'shared/components/icons/theme.js'
|
|||
const ThemePicker = ({ app, className='' }) => {
|
||||
return (
|
||||
<div className={`dropdown ${className}`}>
|
||||
<div tabIndex="0" className="m-0 btn flex flex-row gap-2 hover:bg-neutral hover:border-neutral-content">
|
||||
<div tabIndex="0" className={`
|
||||
m-0 btn btn-neutral flex flex-row gap-2
|
||||
sm:btn-ghost
|
||||
hover:bg-neutral hover:border-neutral-content
|
||||
`}>
|
||||
<ThemeIcon />
|
||||
<span>{app.theme}</span>
|
||||
<span>Theme</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue