File tree Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Expand file tree Collapse file tree 2 files changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -155,18 +155,18 @@ export default function Version(): React.JSX.Element {
155
155
android : 'calendar_today' as MaterialIcon ,
156
156
web : 'Calendar' as LucideIcon
157
157
}
158
+ } ,
159
+ {
160
+ title : t ( 'version.formlist.app.uiManager' ) ,
161
+ value : systemInfo . uiManager ,
162
+ icon : {
163
+ ios : 'atom' ,
164
+ android : 'code' as MaterialIcon ,
165
+ web : 'Atom' as LucideIcon
166
+ }
158
167
}
159
168
]
160
- : [ ] ) ,
161
- {
162
- title : t ( 'version.formlist.app.uiManager' ) ,
163
- value : systemInfo . uiManager ,
164
- icon : {
165
- ios : 'atom' ,
166
- android : 'code' as MaterialIcon ,
167
- web : 'Atom' as LucideIcon
168
- }
169
- }
169
+ : [ ] )
170
170
]
171
171
} ,
172
172
{
Original file line number Diff line number Diff line change @@ -25,15 +25,11 @@ const TabLayout = (): React.JSX.Element => {
25
25
tabBarActiveBackgroundColor : styleTheme . colors . primaryBackground ,
26
26
tabBarInactiveTintColor : styleTheme . colors . labelColor ,
27
27
tabBarStyle : {
28
- backgroundColor : styleTheme . colors . card ,
29
- height : isMobile ? 65 : undefined
28
+ backgroundColor : styleTheme . colors . card
30
29
} ,
31
30
tabBarLabelStyle : {
32
31
paddingTop : isPad ? 4 : 0
33
32
} ,
34
- tabBarIconStyle : {
35
- marginTop : isMobile ? 10 : undefined
36
- } ,
37
33
tabBarShowLabel : ! isMobile ,
38
34
tabBarLabelPosition : isMobile
39
35
? undefined
You can’t perform that action at this time.
0 commit comments