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
All checks were successful
Publish Svelte Tailwind Library / build-and-publish (push) Successful in 24s
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user