feat(branding) added native extension to updateTheme helper
This commit is contained in:
parent
41db8711f0
commit
1623dc4989
|
@ -3,7 +3,7 @@
|
|||
import { font, colors, colorMap, spacing, shape, typography } from '../Tokens';
|
||||
import { createNativeTheme } from '../functions.native';
|
||||
|
||||
import updateTheme from './updateTheme';
|
||||
import updateTheme from './updateTheme.native';
|
||||
|
||||
export default createNativeTheme(updateTheme({
|
||||
font,
|
||||
|
|
Loading…
Reference in New Issue