mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-09 00:12:31 +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:
@@ -66,7 +66,7 @@ const reactionMenu = {
|
||||
flexDirection: 'column',
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
backgroundColor: BaseTheme.palette.bottomSheet,
|
||||
backgroundColor: BaseTheme.palette.ui01,
|
||||
padding: BaseTheme.spacing[3]
|
||||
};
|
||||
|
||||
@@ -129,7 +129,7 @@ ColorSchemeRegistry.register('Toolbox', {
|
||||
},
|
||||
|
||||
backgroundToggle: {
|
||||
backgroundColor: BaseTheme.palette.ui13
|
||||
backgroundColor: BaseTheme.palette.ui04
|
||||
},
|
||||
|
||||
hangupMenuContainer: {
|
||||
@@ -149,7 +149,7 @@ ColorSchemeRegistry.register('Toolbox', {
|
||||
...toolbarButton,
|
||||
backgroundColor: schemeColor('hangup')
|
||||
},
|
||||
underlayColor: BaseTheme.palette.underlay01
|
||||
underlayColor: BaseTheme.palette.ui04
|
||||
},
|
||||
|
||||
reactionDialog: {
|
||||
@@ -177,7 +177,7 @@ ColorSchemeRegistry.register('Toolbox', {
|
||||
reactionButton: {
|
||||
gifButton,
|
||||
style: reactionButton,
|
||||
underlayColor: BaseTheme.palette.ui13,
|
||||
underlayColor: BaseTheme.palette.ui04,
|
||||
emoji: reactionEmoji
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user