mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
refactor(modal): use class directive
This commit is contained in:
parent
60cb3167df
commit
ea4420e323
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@
|
||||||
type="button"
|
type="button"
|
||||||
aria-label="{iconDescription}"
|
aria-label="{iconDescription}"
|
||||||
title="{iconDescription}"
|
title="{iconDescription}"
|
||||||
class="bx--modal-close"
|
class:bx--modal-close="{true}"
|
||||||
on:click="{() => {
|
on:click="{() => {
|
||||||
open = false;
|
open = false;
|
||||||
}}"
|
}}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue