mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-20 20:07:47 +00:00
fix(design-system) Remove tokens that are not part of DS (#13122)
Replace tokens with ones that are part of the Design System and are either the same or very similar
This commit is contained in:
@@ -3,18 +3,18 @@
|
||||
import BaseTheme from '../../../base/ui/components/BaseTheme.native';
|
||||
|
||||
|
||||
export const INDICATOR_COLOR = BaseTheme.palette.indicatorColor;
|
||||
export const INDICATOR_COLOR = BaseTheme.palette.ui07;
|
||||
|
||||
export default {
|
||||
indicatorWrapper: {
|
||||
alignItems: 'center',
|
||||
backgroundColor: BaseTheme.palette.ui12,
|
||||
backgroundColor: BaseTheme.palette.ui10,
|
||||
height: '100%',
|
||||
justifyContent: 'center'
|
||||
},
|
||||
|
||||
sharedDocContainer: {
|
||||
backgroundColor: BaseTheme.palette.ui12,
|
||||
backgroundColor: BaseTheme.palette.ui10,
|
||||
flex: 1,
|
||||
paddingRight: BaseTheme.spacing[3]
|
||||
},
|
||||
@@ -24,6 +24,6 @@ export default {
|
||||
},
|
||||
|
||||
webView: {
|
||||
backgroundColor: BaseTheme.palette.ui12
|
||||
backgroundColor: BaseTheme.palette.ui10
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user