Skip to content

Commit

Permalink
fix: toast component has the right color property for the success and…
Browse files Browse the repository at this point in the history
… info styles
  • Loading branch information
achamorro-dev committed Jan 18, 2022
1 parent b000fd7 commit b753b32
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 b753b32

Please sign in to comment.