Skip to content

Commit

Permalink
chore: adjust default tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Oct 6, 2023
1 parent 37a89df commit bc58b10
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,56 +1,16 @@
const defaultTheme = require('tailwindcss/defaultTheme')
const colors = require('tailwindcss/colors')

const primary = {
DEFAULT: '#28A0F6',
50: '#D8EEFD',
100: '#C5E5FD',
200: '#9DD4FB',
300: '#76C3F9',
400: '#4FB1F8',
500: '#28A0F6',
600: '#0984DD',
700: '#0764A7',
800: '#054471',
900: '#02233B',
}

const secondary = {
DEFAULT: '#FF8B49',
50: '#FFFFFF',
100: '#FFF3EC',
200: '#FFD9C3',
300: '#FFBF9B',
400: '#FFA572',
500: '#FF8B49',
600: '#FF6711',
700: '#D84E00',
800: '#A03A00',
900: '#682600',
}

module.exports = {
darkMode: 'class',
content: ['./node_modules/@morpheme/**/src/**/*.{vue,js,ts,jsx,tsx}'],
theme: {
extend: {
colors: {
primary,
secondary,
info: colors.sky,
success: colors.emerald,
warning: colors.yellow,
error: colors.rose,
},
fontFamily: {
sans: [
'Inter',
...defaultTheme.fontFamily.sans,
],
},
boxShadow: {
card: '0px 0px 30px rgba(0, 0, 0, 0.05)',
},
},
},
presets: [
Expand Down

0 comments on commit bc58b10

Please sign in to comment.