mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
fix(notification): remove invalid kind
prop from markup (#2126)
This commit is contained in:
parent
e1b3ef22c9
commit
e85d7efc5e
2 changed files with 0 additions and 2 deletions
|
@ -71,7 +71,6 @@
|
|||
{#if open}
|
||||
<div
|
||||
{role}
|
||||
{kind}
|
||||
class:bx--inline-notification={true}
|
||||
class:bx--inline-notification--low-contrast={lowContrast}
|
||||
class:bx--inline-notification--hide-close-button={hideCloseButton}
|
||||
|
|
|
@ -93,7 +93,6 @@
|
|||
{#if open}
|
||||
<div
|
||||
{role}
|
||||
{kind}
|
||||
class:bx--toast-notification={true}
|
||||
class:bx--toast-notification--low-contrast={lowContrast}
|
||||
class:bx--toast-notification--error={kind === "error"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue