Skip to content

Commit

Permalink
Use variable instead of color value
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcaires committed May 14, 2024
1 parent e26a48e commit a23e87f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
.pending-actions__action--success {
.pending-actions__action-icon {
svg {
fill: #008a20;
fill: var(--color-success);
}
}
}
.pending-actions__action--error {
.pending-actions__action-icon {
svg {
fill: #d94e4e;
fill: var(--color-error);
}
}
}
Expand Down

0 comments on commit a23e87f

Please sign in to comment.