Skip to content

Commit

Permalink
Use outline styling on back button
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed May 5, 2022
1 parent 6c29d13 commit e236086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/config/token.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
'toolbar' => [
'buttons' => [
'back' => ['label' => 'lang:admin::lang.button_icon_back', 'class' => 'btn btn-default', 'href' => 'igniter/api/resources'],
'back' => ['label' => 'lang:admin::lang.button_icon_back', 'class' => 'btn btn-outline-secondary', 'href' => 'igniter/api/resources'],
],
],
'bulkActions' => [
Expand Down

0 comments on commit e236086

Please sign in to comment.