Skip to content

Commit

Permalink
Updated the way to target icons from Astro Icon in Notification.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
markteekman committed Jan 12, 2024
1 parent 121097b commit 406775e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Notification.astro
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const { type = 'default', role = 'none', ariaLive = 'off' } = Astro.props
border-color: var(--error-500, #df2a39);
}

.notification [astro-icon] {
.notification [data-icon] {
flex-shrink: 0;
width: 40px;
}
Expand Down

0 comments on commit 406775e

Please # to comment.