refactor: Remove commented-out className from PresetsMenu button

This commit is contained in:
Marco Beretta 2025-12-29 02:09:29 +01:00
parent cb8322ca85
commit 8c4492362e
No known key found for this signature in database
GPG key ID: D918033D8E74CC11

View file

@ -59,7 +59,6 @@ const PresetsMenu: FC = () => {
data-testid="presets-button"
aria-label={localize('com_endpoint_examples')}
className="rounded-xl p-2 duration-0 hover:bg-surface-active-alt max-md:hidden"
// className="inline-flex size-10 flex-shrink-0 items-center justify-center rounded-xl border border-border-light bg-transparent text-text-primary transition-all ease-in-out hover:bg-surface-tertiary disabled:pointer-events-none disabled:opacity-50 radix-state-open:bg-surface-tertiary"
>
<BookCopy className="icon-lg" aria-hidden="true" />
</Button>