mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 18:57:47 +00:00
native ui fixes
This commit is contained in:
committed by
Calinteodor
parent
e578f6c30f
commit
e8cdf38fda
@@ -40,7 +40,7 @@ export default {
|
||||
|
||||
buttonLabelSecondary: {
|
||||
...buttonLabel,
|
||||
color: BaseTheme.palette.text0
|
||||
color: BaseTheme.palette.text04
|
||||
},
|
||||
|
||||
buttonLabelDestructive: {
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user