mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-11 16:52:30 +00:00
6 lines
234 B
TypeScript
6 lines
234 B
TypeScript
import BaseTheme from '../BaseTheme.native';
|
|
|
|
export const ENABLED_TRACK_COLOR = BaseTheme.palette.action01;
|
|
export const DISABLED_TRACK_COLOR = BaseTheme.palette.switch01Disabled;
|
|
export const THUMB_COLOR = BaseTheme.palette.icon01;
|