Tune sizing of appearance control

zio/stable
Paul Frazee 2023-05-30 21:13:18 -05:00
parent 09ade363fd
commit 2413549fa5
1 changed files with 2 additions and 0 deletions

View File

@ -571,6 +571,8 @@ const styles = StyleSheet.create({
flexDirection: 'row',
},
selectableBtn: {
flex: isDesktopWeb ? undefined : 1,
width: isDesktopWeb ? 100 : undefined,
flexDirection: 'row',
justifyContent: 'center',
borderWidth: 1,