diff --git a/Notification.astro b/Notification.astro index fc91622..a3925cd 100644 --- a/Notification.astro +++ b/Notification.astro @@ -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; }