mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 16:47:46 +00:00
13 lines
284 B
JavaScript
13 lines
284 B
JavaScript
// @flow
|
|
|
|
import BaseTheme from '../../base/ui/components/BaseTheme';
|
|
|
|
|
|
export const drawerContentOptions = {
|
|
activeBackgroundColor: BaseTheme.palette.ui12,
|
|
activeTintColor: BaseTheme.palette.screen01Header,
|
|
labelStyle: {
|
|
marginLeft: BaseTheme.spacing[2]
|
|
}
|
|
};
|