react/features/welcome/components/constants.js (8 lines of code) (raw):
// @flow
import BaseTheme from '../../base/ui/components/BaseTheme';
export const drawerContentOptions = {
activeBackgroundColor: BaseTheme.palette.ui12,
activeTintColor: BaseTheme.palette.screen01Header,
labelStyle: {
marginLeft: BaseTheme.spacing[2]
}
};