fix tablet resolution
This commit is contained in:
parent
f65da457bc
commit
565fb8047d
@ -14,7 +14,7 @@ const PitView: FunctionComponent<{
|
||||
return (
|
||||
<View style={[style, {
|
||||
backgroundColor: pitViewModel.pitColor,
|
||||
borderRadius: 50,
|
||||
borderRadius: 100,
|
||||
//justifyItems: 'center',
|
||||
}]}>
|
||||
<Pressable onPress={onClick} style={{
|
||||
|
||||
@ -24,7 +24,7 @@ const StoreView: FunctionComponent<{
|
||||
<View
|
||||
style={[style, {
|
||||
backgroundColor: pitViewModel.pitColor,
|
||||
borderRadius: 50,
|
||||
borderRadius: 100,
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user