We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d50c5 commit c0dea0aCopy full SHA for c0dea0a
src/ToastItem.svelte
@@ -135,15 +135,15 @@ onDestroy(() => {
135
._toastBtn {
136
width: var(--toastBtnWidth, 2rem);
137
height: var(--toastBtnHeight, 100%);
138
- font: var(--toastBtnFont, 1rem sans-serif);
139
- display: flex;
140
- align-items: center;
141
- justify-content: center;
142
cursor: pointer;
143
outline: none;
144
}
145
._toastBtn::after {
146
content: var(--toastBtnContent, '✕');
+ font: var(--toastBtnFont, 1rem sans-serif);
+ display: flex;
+ align-items: center;
+ justify-content: center;
147
148
._toastBar {
149
top: var(--toastBarTop, auto);
0 commit comments