Skip to content

Commit

Permalink
Merge pull request #28 from sergiopantoja/patch-1
Browse files Browse the repository at this point in the history
Fix classes for alert-warning and alert-info
  • Loading branch information
abdumu committed Aug 3, 2020
2 parents 20e7072 + c87acc3 commit 38d2086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Framework/BootstrapFramework.php
Original file line number Diff line number Diff line change
Expand Up @@ -514,8 +514,8 @@ protected function alerts()
'secondary' => 'bg-gray-300 border-gray-400 text-gray-800',
'success' => 'bg-green-200 border-green-300 text-green-800',
'danger' => 'bg-red-200 border-red-300 text-red-800',
'warning' => 'bg-orange-200 bg-orange-300 bg-orange-800',
'info' => 'bg-teal-200 bg-teal-300 bg-teal-800',
'warning' => 'bg-orange-200 border-orange-300 text-orange-800',
'info' => 'bg-teal-200 border-teal-300 text-teal-800',
'light' => 'bg-white text-gray-600',
'dark' => 'bg-gray-400 border-gray-500 text-gray-900',
];
Expand Down

0 comments on commit 38d2086

Please sign in to comment.