native ui fixes

This commit is contained in:
Calin-Teodor
2022-08-17 13:43:38 +03:00
committed by Calinteodor
parent e578f6c30f
commit e8cdf38fda
6 changed files with 21 additions and 31 deletions

View File

@@ -40,7 +40,7 @@ export default {
buttonLabelSecondary: {
...buttonLabel,
color: BaseTheme.palette.text0
color: BaseTheme.palette.text04
},
buttonLabelDestructive: {

View File

@@ -26,16 +26,14 @@ export default {
},
input: {
backgroundColor: BaseTheme.palette.ui03,
color: BaseTheme.palette.text01,
paddingVertical: 13,
paddingHorizontal: BaseTheme.spacing[3],
borderRadius: BaseTheme.shape.borderRadius,
...BaseTheme.typography.bodyShortRegularLarge,
lineHeight: 0,
height: 48,
backgroundColor: BaseTheme.palette.ui03,
borderColor: BaseTheme.palette.ui03,
borderRadius: BaseTheme.shape.borderRadius,
borderWidth: 2,
borderColor: BaseTheme.palette.ui03
color: BaseTheme.palette.text01,
paddingHorizontal: BaseTheme.spacing[3],
height: 48
},
inputDisabled: {