update deps and fix navbar icon

This commit is contained in:
Jorrin
2024-02-03 21:31:19 +01:00
parent add7c1841d
commit 82172727e9
5 changed files with 9 additions and 41 deletions

View File

@@ -56,7 +56,7 @@ export default function TabLayout() {
tabBarLabel: "",
tabBarIcon: () => (
<TabBarIcon
className=" bg-primary-400 flex aspect-[1/1] h-14 items-center justify-center rounded-full text-center text-2xl text-white"
className="top-2 flex aspect-[1/1] h-14 items-center justify-center rounded-full bg-primary-400 text-center align-middle text-2xl text-white"
name="search"
color="#FFF"
/>