Skip to content

Commit 620f9fa

Browse files
added 2 lines in tailwind config for colors
1 parent fd3b38d commit 620f9fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: tailwind.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ module.exports = {
88
'./vendor/laravel/jetstream/**/*.blade.php',
99
'./storage/framework/views/*.php',
1010
'./resources/views/**/*.blade.php',
11+
'./resources/**/*.blade.php',
12+
'./vendor/filament/**/*.blade.php',
1113
],
1214
darkMode: 'class',
1315
theme: {

0 commit comments

Comments
 (0)