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.
inline-block
1 parent 16f5e0a commit 9035a42Copy full SHA for 9035a42
.changeset/lovely-queens-love.md
@@ -0,0 +1,5 @@
1
+---
2
+'svelte-ux': patch
3
4
+
5
+fix(Icon): Restore adding `inline-block` by default
packages/svelte-ux/src/lib/components/Icon.svelte
@@ -90,7 +90,7 @@
90
<Icon
91
class={cls(
92
'Icon',
93
- // 'icon-container _inline-block shrink-0 _align-middle _fill-current',
+ 'icon-container inline-block shrink-0 align-middle',
94
'size-[1.2em]', // default scale of unplugin-icons - https://github.com/unplugin/unplugin-icons?tab=readme-ov-file#options
95
settingsClasses.root,
96
classes.root,
0 commit comments