design-system-simplefi
Version:
Design System for SimpleFi Applications
16 lines • 420 B
JavaScript
import { colors } from './colors';
import { typography } from './typography';
import { layout } from './layout';
import { depths } from './depths';
import { space } from './space';
import buttons from './buttons';
export var theme = {
colors: colors,
typography: typography,
layout: layout,
buttons: buttons,
depths: depths,
borderRadius: 4,
space: space,
};
//# sourceMappingURL=theme.js.map