Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix: use native scss function for glimming the primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
MitanOmar committed Apr 25, 2023
1 parent 486d6ad commit d5d78c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/styles/analysis.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@
border-color: lighten($color-primary, 20%) !important;
}
.blue-checked {
color: rgb(0 102 255);
color: darken($color: $color-primary, $amount: 10);
}
2 changes: 1 addition & 1 deletion app/styles/components/sy-toggle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
margin: auto;

&.active {
color: rgb(0 102 255);
color: darken($color: $color-primary, $amount: 10);
}

&.inactive {
Expand Down

0 comments on commit d5d78c4

Please sign in to comment.