Skip to content

Commit

Permalink
Fixed duplicate CSS rule in theme variables
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Jul 8, 2023
1 parent 2fda144 commit 88b5a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/easyadmin-theme/variables-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
--badge-light-box-shadow: none;
--badge-light-color: var(--text-color);
--badge-dark-bg: var(--gray-900);
--badge-light-box-shadow: none;
--badge-dark-box-shadow: none;
--badge-dark-color: var(--gray-50);
--alert-primary-bg: var(--indigo-100);
--alert-primary-color: var(--indigo-800);
Expand Down

0 comments on commit 88b5a71

Please sign in to comment.