Skip to content

Commit 66dd544

Browse files
committed
align icon with text
1 parent 2ee7437 commit 66dd544

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

kit/src/lib/Tip.svelte

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
<script>
1+
<script lang="ts">
2+
interface IconData {
3+
paths: string[];
4+
}
5+
26
export let warning = false;
37
</script>
48

0 commit comments

Comments
 (0)