fix tablet resolution

This commit is contained in:
Halit Aksoy 2024-03-31 21:38:28 +03:00
parent f65da457bc
commit 565fb8047d
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ const PitView: FunctionComponent<{
return ( return (
<View style={[style, { <View style={[style, {
backgroundColor: pitViewModel.pitColor, backgroundColor: pitViewModel.pitColor,
borderRadius: 50, borderRadius: 100,
//justifyItems: 'center', //justifyItems: 'center',
}]}> }]}>
<Pressable onPress={onClick} style={{ <Pressable onPress={onClick} style={{

View File

@ -24,7 +24,7 @@ const StoreView: FunctionComponent<{
<View <View
style={[style, { style={[style, {
backgroundColor: pitViewModel.pitColor, backgroundColor: pitViewModel.pitColor,
borderRadius: 50, borderRadius: 100,
display: 'flex', display: 'flex',
alignItems: 'center', alignItems: 'center',
justifyContent: 'center', justifyContent: 'center',