mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-22 10:57:47 +00:00
feat(base/native): Switch thumb track color (#12066)
* feat(base/native): Switch thumbColor and trackColor default props
This commit is contained in:
5
react/features/base/ui/components/native/switchStyles.ts
Normal file
5
react/features/base/ui/components/native/switchStyles.ts
Normal file
@@ -0,0 +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 THUMB_COLOR = BaseTheme.palette.icon01;
|
||||
Reference in New Issue
Block a user