mirror of
https://github.com/RealKai42/qwerty-learner.git
synced 2026-04-05 14:29:04 +08:00
feat(darkMode): add dark mode to Gallery
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
const colors = require('tailwindcss/colors')
|
||||
|
||||
module.exports = {
|
||||
purge: ['./src/**/*.{js,jsx,ts,tsx}', './public/index.html'],
|
||||
darkMode: 'class',
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
'blue-gray': colors.blueGray,
|
||||
},
|
||||
},
|
||||
borderRadius: {
|
||||
large: '0.75rem',
|
||||
lg: '0.5rem',
|
||||
|
||||
Reference in New Issue
Block a user