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

@ -68,7 +68,7 @@ const Header = ({ app }) => {
: <><MenuIcon /><span className="opacity-50 pl-2 flex flex-row items-center gap-1"><Right />swipe</span></>
}
</button>
<div className="hidden md:flex flex-row items-center">
<div className="hidden md:flex flex-row items-center gap-2">
<PatternPicker app={app} />
<VersionPicker app={app} />
</div>
@ -79,7 +79,7 @@ const Header = ({ app }) => {
</a>
</Link>
</div>
<div className="hidden md:flex flex-row items-center">
<div className="hidden md:flex flex-row items-center gap-2">
<ThemePicker app={app} />
<LocalePicker app={app} />
</div>