fix tablet resolution
This commit is contained in:
parent
f65da457bc
commit
565fb8047d
@ -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={{
|
||||||
|
|||||||
@ -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',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user