Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi authored and github-actions[bot] committed Feb 10, 2024
1 parent 6d3e926 commit 5ee6cc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions app/Filament/Pages/ListGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function infolist(Infolist $infolist): Infolist
{
return $infolist
->state([
[]
[],
])
->schema([
\Filament\Infolists\Components\Section::make()
Expand All @@ -60,7 +60,6 @@ public function infolist(Infolist $infolist): Infolist
->label('Support'),
]),


ListEntry::make('items')
->columnSpanFull()
->list()
Expand All @@ -77,7 +76,7 @@ public function infolist(Infolist $infolist): Infolist
->url('#')
->label('Support'),
]),
/*->state([
/*->state([
[
'id' => 1,
'label' => 'label1',
Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
'ar' => ['name' => 'Arabic', 'native' => 'العربية', 'regional' => 'ar_AE', 'flag' => 'ae'],
],

'repos' => ['sky', 'bolt', 'wind', 'dynamic-dashboard', 'rhea', 'zeus', 'artemis', 'matrix-choice', 'qr', 'popover', 'inline-chart', 'accordion', 'quantity','list-group'],
'repos' => ['sky', 'bolt', 'wind', 'dynamic-dashboard', 'rhea', 'zeus', 'artemis', 'matrix-choice', 'qr', 'popover', 'inline-chart', 'accordion', 'quantity', 'list-group'],

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 5ee6cc7

Please sign in to comment.