First test
This commit is contained in:
@@ -8,6 +8,7 @@ module.exports = {
|
||||
'./storage/framework/views/*.php',
|
||||
'./resources/views/**/*.blade.php',
|
||||
'./resources/js/**/*.vue',
|
||||
"./node_modules/vue-tailwind-datepicker/**/*.js",
|
||||
],
|
||||
|
||||
theme: {
|
||||
@@ -15,6 +16,10 @@ module.exports = {
|
||||
fontFamily: {
|
||||
sans: ['Nunito', ...defaultTheme.fontFamily.sans],
|
||||
},
|
||||
colors: {
|
||||
"vtd-primary": colors.sky, // Light mode Datepicker color
|
||||
"vtd-secondary": colors.gray, // Dark mode Datepicker color
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user