fix option box minHeight so that it fits on iPhone SE (#6588)
This commit is contained in:
parent
afa38ddee6
commit
37e13b81b5
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
|
|||
borderRadius: 4,
|
||||
flex: 1,
|
||||
maxHeight: OPTIONS_HEIGHT,
|
||||
minWidth: 80,
|
||||
minWidth: 60,
|
||||
},
|
||||
background: {
|
||||
backgroundColor: changeOpacity(theme.centerChannelColor, 0.04),
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => ({
|
|||
flex: 1,
|
||||
maxHeight: OPTIONS_HEIGHT,
|
||||
justifyContent: 'center',
|
||||
minWidth: 80,
|
||||
minWidth: 60,
|
||||
},
|
||||
destructiveContainer: {
|
||||
backgroundColor: changeOpacity(theme.dndIndicator, 0.04),
|
||||
|
|
|
|||
Loading…
Reference in a new issue