Skip to content

Commit

Permalink
fix(Dialog): fix Alert titleIcon position
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbitronics committed Apr 8, 2022
1 parent 937dec4 commit be8bac7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/mdc/Dialog/Alert.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ onMount(() => {
})
</script>

<style>
i.material-icons {
position: relative;
top: 4px;
}
</style>

<div class="mdc-dialog" bind:this={element}>
<div class="mdc-dialog__container">
<div
Expand Down

0 comments on commit be8bac7

Please sign in to comment.