mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-17 21:27:46 +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:
@@ -1,5 +1,5 @@
|
||||
import BaseTheme from '../BaseTheme.native';
|
||||
|
||||
export const ENABLED_TRACK_COLOR = BaseTheme.palette.action01;
|
||||
export const DISABLED_TRACK_COLOR = BaseTheme.palette.switch01Disabled;
|
||||
export const DISABLED_TRACK_COLOR = BaseTheme.palette.ui05;
|
||||
export const THUMB_COLOR = BaseTheme.palette.icon01;
|
||||
|
||||
Reference in New Issue
Block a user