File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,9 @@ onMount(() => {
4343})
4444 </script >
4545
46- <div class ="mdc-dialog { $$props . class } " bind:this ={element }>
46+ <div class ="mdc-dialog" bind:this ={element }>
4747 <div class =" mdc-dialog__container" >
48- <div class =" mdc-dialog__surface"
48+ <div class ="mdc-dialog__surface { $$props . class } "
4949 role =" alertdialog"
5050 aria-modal =" true"
5151 aria-labelledby =" title"
Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ const toAction = json => JSON.stringify(json)
3535const fromAction = s => JSON .parse (s)
3636 </script >
3737
38- <div class ="mdc-dialog { $$props . class } " bind:this ={element }>
38+ <div class ="mdc-dialog" bind:this ={element }>
3939 <div class =" mdc-dialog__container" >
40- <div class =" mdc-dialog__surface" role =" alertdialog" aria-modal =" true" aria-labelledby =" dialog-title" aria-describedby =" dialog-content" >
40+ <div class ="mdc-dialog__surface { $$props . class } " role =" alertdialog" aria-modal =" true" aria-labelledby =" dialog-title" aria-describedby =" dialog-content" >
4141 <!--(notes from docs) Title cannot contain leading whitespace due to mdc-typography-baseline-top() -->
4242 <h2 class ="mdc-dialog__title" id ="dialog-title" >{title }</h2 >
4343
You can’t perform that action at this time.
0 commit comments