mirror of
https://github.com/Boof2015/astra-mobile.git
synced 2026-08-20 04:30:54 +02:00
initial scaffold
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
import { colors } from './colors';
|
||||
import { fonts, fontSize, lineHeight } from './typography';
|
||||
import { spacing, radius, layout, durations } from './spacing';
|
||||
|
||||
export const theme = {
|
||||
colors,
|
||||
fonts,
|
||||
fontSize,
|
||||
lineHeight,
|
||||
spacing,
|
||||
radius,
|
||||
layout,
|
||||
durations,
|
||||
} as const;
|
||||
|
||||
export type Theme = typeof theme;
|
||||
|
||||
export { colors, fonts, fontSize, lineHeight, spacing, radius, layout, durations };
|
||||
Reference in New Issue
Block a user