1
0
Fork 0

chore: Fix icon view for nav

This commit is contained in:
Joost De Cock 2023-03-26 08:49:21 +02:00
parent 4697fbd999
commit 1745469bb0
5 changed files with 20 additions and 14 deletions

View file

@ -81,9 +81,9 @@ export const Header = ({ app, setSearch }) => {
onClick={() => setSearch(true)}
>
<SearchIcon />
<keyb className="px-3 rounded text-base font-medium border border-solid border-base-300">
<span className="px-3 rounded text-base font-medium border border-solid border-base-300">
/
</keyb>
</span>
</button>
<ThemePicker app={app} />
</div>