tailwind upgraded

This commit is contained in:
Burak Civan
2022-10-26 13:49:49 +03:00
parent a4ea448ef9
commit 5c25098a11
6 changed files with 9 additions and 9 deletions

View File

@ -42,7 +42,7 @@ class Tr extends Component
$values = $self->getValue();
if (array_key_exists('App\View\Components\Table\Tbody', $values)) {
return 'relative flex items-center px-1 group border-b hover:bg-gray-100';
return 'relative flex items-center px-1 group/actions border-b hover:bg-gray-100 active-collapse';
}
else if (array_key_exists('App\View\Components\Table\Thead', $values)) {