chore: cleanup

This commit is contained in:
Adrian Castro
2024-03-10 10:49:18 +01:00
parent 50d6c5ca32
commit 95189818dd

View File

@@ -121,14 +121,13 @@ export default function TabLayout() {
const styles = StyleSheet.create({ const styles = StyleSheet.create({
searchTab: { searchTab: {
top: 2, top: 2,
height: 56, // 14 units in your scale height: 56,
width: 56, // 14 units in your scale width: 56,
alignItems: "center", alignItems: "center",
justifyContent: "center", justifyContent: "center",
overflow: "hidden", overflow: "hidden",
borderRadius: 100, borderRadius: 100,
textAlign: "center", textAlign: "center",
// 'alignMiddle' and 'text2xl' would be dependent on your specific implementation
}, },
active: { active: {
backgroundColor: defaultTheme.extend.colors.tabBar.active, backgroundColor: defaultTheme.extend.colors.tabBar.active,