feat(branding) added native extension to updateTheme helper

This commit is contained in:
Calin Chitu 2021-11-25 20:22:00 +02:00 committed by Saúl Ibarra Corretgé
parent 41db8711f0
commit 1623dc4989
2 changed files with 1 additions and 1 deletions

View File

@ -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,