mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 15:03:26 +00:00
chore: cleanup
This commit is contained in:
@@ -121,14 +121,13 @@ export default function TabLayout() {
|
||||
const styles = StyleSheet.create({
|
||||
searchTab: {
|
||||
top: 2,
|
||||
height: 56, // 14 units in your scale
|
||||
width: 56, // 14 units in your scale
|
||||
height: 56,
|
||||
width: 56,
|
||||
alignItems: "center",
|
||||
justifyContent: "center",
|
||||
overflow: "hidden",
|
||||
borderRadius: 100,
|
||||
textAlign: "center",
|
||||
// 'alignMiddle' and 'text2xl' would be dependent on your specific implementation
|
||||
},
|
||||
active: {
|
||||
backgroundColor: defaultTheme.extend.colors.tabBar.active,
|
||||
|
Reference in New Issue
Block a user