fix: tag dimensions on button and anchor.

This commit is contained in:
Darshan
2025-01-13 17:22:25 +05:30
parent c34c85755e
commit 71bc639994
+8
View File
@@ -73,3 +73,11 @@
<slot />
</div>
{/if}
<style>
/* button and anchor tags seem to have special dimens, this should be auto fixed in pink2. */
:global(.tag):where(button, a) {
--p-tag-height: 2.125rem;
--p-tag-content-height: 2.024rem;
}
</style>