Livewire tables installed

This commit is contained in:
Benjamin Takats
2022-11-29 23:37:57 +01:00
parent 28a1163df8
commit 073473a9c8
25 changed files with 708 additions and 38 deletions

View File

@@ -7,10 +7,27 @@ module.exports = {
'./vendor/laravel/jetstream/**/*.blade.php',
'./storage/framework/views/*.php',
'./resources/views/**/*.blade.php',
'./vendor/rappasoft/laravel-livewire-tables/resources/views/**/*.blade.php',
],
darkMode: 'class',
theme: {
extend: {
colors: {
'21gray': '#151515',
'gray': {
'50': '#f7f7f7',
'100': '#e3e3e3',
'200': '#c8c8c8',
'300': '#a4a4a4',
'400': '#818181',
'500': '#666666',
'600': '#515151',
'700': '#434343',
'800': '#383838',
'900': '#151515',
},
},
fontFamily: {
sans: [
'Nunito',