remove unneeded size

This commit is contained in:
Josh Hawkins 2024-05-21 12:49:34 -05:00
parent 7aa94a7c66
commit d86759bd37

View File

@ -141,7 +141,7 @@ function ConfigEditor() {
className="flex items-center gap-2"
onClick={() => handleCopyConfig()}
>
<LuCopy className="size-5 text-secondary-foreground" />
<LuCopy className="text-secondary-foreground" />
<span className="hidden md:block">Copy Config</span>
</Button>
<Button