mirror of
https://github.com/Boof2015/astra-mobile.git
synced 2026-08-19 04:06:43 +02:00
massive UI/UX overhaul
This commit is contained in:
+10
-2
@@ -1,6 +1,14 @@
|
||||
import type { ReactNode } from 'react';
|
||||
import { Text as RNText, type TextProps as RNTextProps, StyleSheet } from 'react-native';
|
||||
import { colors, fonts, fontSize } from '@/theme';
|
||||
import {
|
||||
StyleSheet,
|
||||
Text as RNText,
|
||||
type TextProps as RNTextProps
|
||||
} from 'react-native';
|
||||
import {
|
||||
colors,
|
||||
fonts,
|
||||
fontSize
|
||||
} from '@/theme';
|
||||
|
||||
type Variant = 'title' | 'heading' | 'body' | 'label' | 'caption' | 'mono';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user