🎨 Add new lucide icons and improve category display + show popover content

This commit is contained in:
pheralb
2024-08-22 14:24:58 +01:00
parent c477b6c83b
commit a047575e69
2 changed files with 36 additions and 5 deletions
+1 -1
View File
@@ -139,7 +139,7 @@
<CopyIcon size={iconSize} strokeWidth={iconStroke} />
{/if}
</Popover.Trigger>
<Popover.Content class="flex flex-col space-y-2" sideOffset={0.3}>
<Popover.Content class="flex flex-col space-y-2" sideOffset={3}>
<button
class={cn(buttonStyles, 'rounded-md w-full')}
title={isWordmarkSvg ? 'Copy wordmark SVG to clipboard' : 'Copy SVG to clipboard'}