Skip to content

Commit

Permalink
Replace deprecated theme-color() function with direct color variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Onurcankaratay committed Sep 9, 2024
1 parent 08f0e5c commit f17e7df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/editable-fields.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ div.fieldset.editable-fields {
}

.cancel-button {
color : theme-color("danger");
color : $danger;
}

.save-button {
color : theme-color("success");
color : $success;
}

.field-loading-icon {
Expand Down

0 comments on commit f17e7df

Please sign in to comment.