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:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luke-else/component-lib",
|
||||
"version": "1.1.4",
|
||||
"version": "1.1.5",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"package": "svelte-package && pnpm run build:css",
|
||||
|
@@ -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