Tune sizing of appearance control
parent
09ade363fd
commit
2413549fa5
|
@ -571,6 +571,8 @@ const styles = StyleSheet.create({
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
},
|
},
|
||||||
selectableBtn: {
|
selectableBtn: {
|
||||||
|
flex: isDesktopWeb ? undefined : 1,
|
||||||
|
width: isDesktopWeb ? 100 : undefined,
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
borderWidth: 1,
|
borderWidth: 1,
|
||||||
|
|
Loading…
Reference in New Issue