jiti-meet/react/features/base/ui/components/BaseTheme.web.js

14 lines
249 B
JavaScript
Raw Normal View History

// @flow
import { font, colors, colorMap, spacing, shape, typography } from '../Tokens';
import { createWebTheme } from '../functions';
export default createWebTheme({
font,
colors,
colorMap,
spacing,
shape,
typography
});