Skip to content

Commit

Permalink
change svgicon primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
amfiyong committed Jan 10, 2022
1 parent ccd290e commit 766f525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metron/css/style/white/style.white.css
Original file line number Diff line number Diff line change
Expand Up @@ -52073,7 +52073,7 @@ code {
.svg-icon.svg-icon-primary svg g [fill] {
-webkit-transition: fill 0.3s ease;
transition: fill 0.3s ease;
fill: #6993FF !important; }
fill: #3B5998 !important; }

.svg-icon.svg-icon-primary svg:hover g [fill] {
-webkit-transition: fill 0.3s ease;
Expand Down

0 comments on commit 766f525

Please sign in to comment.