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 (
<View style={[style, {
backgroundColor: pitViewModel.pitColor,
borderRadius: 50,
borderRadius: 100,
//justifyItems: 'center',
}]}>
<Pressable onPress={onClick} style={{

View File

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