1
0
Fork 0

wip(fs.dev): Better padding

This commit is contained in:
Joost De Cock 2021-12-30 18:17:10 +01:00
parent c065e6ec23
commit dc24287d12
4 changed files with 13 additions and 52 deletions

View file

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