Better icon

This commit is contained in:
Lance Pioch 2024-04-27 22:18:25 -04:00
parent 51bb60c3b1
commit 6ed85cfdc6

View File

@ -39,7 +39,7 @@ class ListUsers extends ListRecords
->visibleFrom('md')
->label('Admin')
->boolean()
->trueIcon('tabler-star')
->trueIcon('tabler-star-filled')
->falseIcon('tabler-star-off')
->sortable(),
Tables\Columns\IconColumn::make('use_totp')->label('2FA')