feat(native): New mobile release UI fixes (#12592)

This commit is contained in:
Calinteodor
2022-11-21 16:07:27 +02:00
committed by GitHub
parent 94ec2c720d
commit a795e0797a
11 changed files with 29 additions and 31 deletions

View File

@@ -23,15 +23,15 @@ export default {
...buttonLabel
},
buttonContent: {
height: BUTTON_HEIGHT
},
buttonLabelDisabled: {
...buttonLabel,
color: BaseTheme.palette.text03
},
buttonContent: {
height: BUTTON_HEIGHT
},
buttonDisabled: {
...button,
backgroundColor: BaseTheme.palette.actionDisabled
@@ -54,6 +54,13 @@ export default {
buttonLabelTertiary: {
...buttonLabel,
color: BaseTheme.palette.text01
color: BaseTheme.palette.text01,
textAlign: 'center'
},
buttonLabelTertiaryDisabled: {
...buttonLabel,
color: BaseTheme.palette.text03,
textAlign: 'center'
}
};