Skip to content

Commit

Permalink
New Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed May 18, 2024
1 parent 55140b0 commit 3e97dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Themes/Tailwind.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function table(): Table
->th('font-extrabold px-2 pr-4 py-3 text-left text-xs text-pg-primary-700 tracking-wider whitespace-nowrap dark:text-pg-primary-300')
->tbody('text-pg-primary-800')
->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')
->tdBody('pl-[24px] px-3 py-2 whitespace-nowrap dark:text-pg-primary-200')
->tdBodyEmpty('px-3 py-2 whitespace-nowrap dark:text-pg-primary-200')
->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 All @@ -56,7 +56,7 @@ public function actions(): Actions
public function cols(): Cols
{
return Theme::cols()
->div('select-none')
->div('select-none space-x-1')
->clearFilter('', '');
}

Expand Down

0 comments on commit 3e97dc4

Please sign in to comment.