Skip to content

Commit

Permalink
Merge branch 'main' into update-vite
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored May 22, 2023
2 parents c7696e0 + 2952a39 commit f7e5a4c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,10 @@

.#{$prefix}--actionable-notification--warning
.#{$prefix}--toast-notification__icon
path[opacity='0'] {
path[opacity='0'],
.#{$prefix}--actionable-notification--warning-alt
.#{$prefix}--toast-notification__icon
path:first-of-type {
fill: $black-100;
opacity: 1;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,10 @@

.#{$prefix}--inline-notification--warning
.#{$prefix}--inline-notification__icon
path[opacity='0'] {
path[opacity='0'],
.#{$prefix}--inline-notification--warning-alt
.#{$prefix}--inline-notification__icon
path:first-of-type {
fill: $black-100;
opacity: 1;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,10 @@

.#{$prefix}--toast-notification--warning
.#{$prefix}--toast-notification__icon
path[opacity='0'] {
path[opacity='0'],
.#{$prefix}--toast-notification--warning-alt
.#{$prefix}--toast-notification__icon
path:first-of-type {
fill: $black-100;
opacity: 1;
}
Expand Down

0 comments on commit f7e5a4c

Please sign in to comment.