Skip to content

Commit 88171e3

Browse files
scott graysonscott grayson
authored andcommitted
style: change create folder button color from success to primary
- Change create folder action color from green (success) to blue (primary) - More standard color for primary create actions - Better visual hierarchy and consistency
1 parent 37f3c45 commit 88171e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/Pages/ListLibraryItems.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ protected function getHeaderActions(): array
4949
$actions[] = Action::make('create_folder')
5050
->label('Create Folder')
5151
->icon('heroicon-o-folder-plus')
52-
->color('success')
52+
->color('primary')
5353
->form([
5454
TextInput::make('name')
5555
->label('Folder Name')

0 commit comments

Comments
 (0)