fix: Corrected height and width of icon to stop filling complete available spacec
All checks were successful
Publish Svelte Tailwind Library / build-and-publish (push) Successful in 24s

This commit is contained in:
2025-09-18 20:19:50 +01:00
parent 8d57da75cc
commit d0ef7bedb6
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
</script>
<span
class="fixed lg:top-4 bottom-4 left-4 text-5xl z-[1000] text-grey"
class="fixed h-fit w-fit lg:top-4 bottom-4 left-4 text-5xl z-[1000] text-grey"
>
<i class={iconClass}></i>
</span>