mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-08 20:10:22 -06:00
fix branch
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { fonts } from "@tamagui/config/v4";
|
||||
import { createFont } from "tamagui";
|
||||
import { fonts } from "@tamagui/config/v4"
|
||||
|
||||
const aileronFace = {
|
||||
100: { normal: 'Aileron-UltraLight', italic: 'Aileron UltraLight Italic' },
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
import { animations, tokens as TamaguiTokens, media, shorthands } from '@tamagui/config/v4'
|
||||
import { createTamagui, createTokens } from 'tamagui' // or '@tamagui/core'
|
||||
import { headingFont, bodyFont } from './fonts.config'
|
||||
import { animations, media, shorthands, tokens as TamaguiTokens } from '@tamagui/config/v4';
|
||||
import { createTamagui, createTokens } from 'tamagui';
|
||||
|
||||
const tokens = createTokens({
|
||||
...TamaguiTokens,
|
||||
|
||||
Reference in New Issue
Block a user