Skip to content

Commit

Permalink
Merge pull request #21 from archimedes-projects/hotfix/fixed-styles-f…
Browse files Browse the repository at this point in the history
…or-toast-component

fix: toast component has the right color property for the success and info styles
  • Loading branch information
César Alberca authored Jan 19, 2022
2 parents b000fd7 + b753b32 commit be4e150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/components/toast/toast.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
}

.info {
--toast-color: var(--info-color);
--toast-color: var(--on-info-color);
--toast-background-color: var(--info-color);
}

.success {
--toast-color: var(--success-color);
--toast-color: var(--on-success-color);
--toast-background-color: var(--success-color);
}

Expand Down

0 comments on commit be4e150

Please sign in to comment.