Skip to content

Commit

Permalink
feat: update theme
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Jan 16, 2025
1 parent 626abbf commit ebcb627
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions apps/nt-headless-ui/tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type { Config } from 'tailwindcss'

// const ntTheme = require('@nashtech/stylesheet/dist/nt-stylesheet.cjs')
// eslint-disable-next-line @typescript-eslint/no-require-imports
const ntTheme = require('@nashtech/stylesheet/dist/nt-stylesheet.cjs')

export default {
darkMode: ['class'],
Expand All @@ -9,7 +10,9 @@ export default {
'./components/**/*.{js,ts,jsx,tsx,mdx}',
'./app/**/*.{js,ts,jsx,tsx,mdx}',
],
theme: {},
theme: {
extend: ntTheme.extend,
},
// eslint-disable-next-line @typescript-eslint/no-require-imports
plugins: [require('tailwindcss-animate')],
} satisfies Config

0 comments on commit ebcb627

Please sign in to comment.