Skip to content

Commit

Permalink
Add missing bg- prefix for color Green
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcontrol committed Jan 6, 2021
1 parent 122ec8a commit f0b28d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Framework/BootstrapFramework.php
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ protected function buttons(): array
$colors = [
'primary' => 'bg-blue-600 text-white hover:bg-blue-600',
'secondary' => 'bg-gray-600 text-white hover:bg-gray-700',
'success' => 'bg-green-500 text-white hover:green-600',
'success' => 'bg-green-500 text-white hover:bg-green-600',
'danger' => 'bg-red-600 text-white hover:bg-red-700',
'warning' => 'bg-orange-400 text-black hover:bg-orange-500',
'info' => 'bg-teal-500 text-white hover:bg-teal-600',
Expand Down

0 comments on commit f0b28d1

Please sign in to comment.