feat(darkMode): add dark mode to Gallery

This commit is contained in:
CLDXiang
2021-02-10 03:27:40 +08:00
parent d299fb4d27
commit f33aae5d00
6 changed files with 29 additions and 18 deletions

View File

@@ -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',