wip(fs.dev): Better padding
This commit is contained in:
parent
c065e6ec23
commit
dc24287d12
4 changed files with 13 additions and 52 deletions
|
@ -3,7 +3,7 @@ import ThemeIcon from 'shared/components/icons/theme.js'
|
|||
|
||||
const ThemePicker = ({ app, className='' }) => {
|
||||
return (
|
||||
<div className="dropdown">
|
||||
<div className={`dropdown ${className}`}>
|
||||
<div tabIndex="0" className="m-0 btn flex flex-row gap-2 hover:bg-neutral hover:border-neutral-content">
|
||||
<ThemeIcon />
|
||||
<span>{app.theme}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue