Skip to content

Commit

Permalink
Fix trBodyClassTotalColumns class (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev authored Jan 25, 2024
1 parent 28b26fe commit 2e5e92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Themes/Tailwind.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function table(): Table
->trBody('border-b border-pg-primary-100 dark:border-pg-primary-600 hover:bg-pg-primary-50 dark:bg-pg-primary-800 dark:hover:bg-pg-primary-700')
->tdBody('pl-[19px] px-3 py-2 whitespace-nowrap dark:text-pg-primary-200')
->tdBodyEmpty('px-3 py-2 whitespace-nowrap dark:text-pg-primary-200')
->trBodyClassTotalColumns('!bg-red-800')
->trBodyClassTotalColumns('')
->tdBodyTotalColumns('px-3 py-2 whitespace-nowrap dark:text-pg-primary-200 text-sm text-pg-primary-600 text-right space-y-2');
}

Expand Down

0 comments on commit 2e5e92b

Please sign in to comment.