mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
Replace tokens with ones that are part of the Design System and are either the same or very similar
6 lines
222 B
TypeScript
6 lines
222 B
TypeScript
import BaseTheme from '../BaseTheme.native';
|
|
|
|
export const ENABLED_TRACK_COLOR = BaseTheme.palette.action01;
|
|
export const DISABLED_TRACK_COLOR = BaseTheme.palette.ui05;
|
|
export const THUMB_COLOR = BaseTheme.palette.icon01;
|