mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 12:47:47 +00:00
feat(ui) updateTheme helper for client branding
This commit is contained in:
@@ -3,11 +3,13 @@
|
||||
import { font, colors, colorMap, spacing, shape, typography } from '../Tokens';
|
||||
import { createNativeTheme } from '../functions.native';
|
||||
|
||||
export default createNativeTheme({
|
||||
import updateTheme from './updateTheme';
|
||||
|
||||
export default createNativeTheme(updateTheme({
|
||||
font,
|
||||
colors,
|
||||
colorMap,
|
||||
spacing,
|
||||
shape,
|
||||
typography
|
||||
});
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user