Newer
Older

Tadeusz Miesiąc
committed
import type { Config } from 'tailwindcss';

Tadeusz Miesiąc
committed
content: ['./src/**/*.ts', './src/**/*.tsx'],
colors: {
primary: {
100: '#ebf4ff',
500: '#106ad7',
600: '#0055bb',
700: '#004393',
},
greyscale: {
500: '#eeeeee',
600: '#cacaca',
700: '#a5a5a5',
},
font: {
400: '#6a6977',
500: '#070130',
},
cinnabar: '#ec4d2c',
'med-sea-green': '#3ab65d',
cultured: '#f7f7f8',
'white-pearl': '#ffffff',
orange: '#f48c40',
purple: '#6400e3',
'hyperlink-blue': '#0048ff',
},
height: {
'calc-drawer': 'calc(100% - 104px)',
primary: '4px 8px 32px 0px rgba(0, 0, 0, 0.12)',
fontFamily: {
manrope: ['var(--font-manrope)'],
},

Tadeusz Miesiąc
committed
};
export default config;