mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
chore: cleanup
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user