frameless button: fix missing type property

This commit is contained in:
Elijah Duffy
2025-07-22 11:17:08 -07:00
parent 04d88422e9
commit 1cb8445806

View File

@@ -29,6 +29,7 @@
{/snippet} {/snippet}
<button <button
type="button"
class={[ class={[
'text-sui-accent hover:text-sui-primary inline-flex cursor-pointer items-center gap-1.5 transition-colors', 'text-sui-accent hover:text-sui-primary inline-flex cursor-pointer items-center gap-1.5 transition-colors',
disabled && 'pointer-events-none cursor-not-allowed opacity-50', disabled && 'pointer-events-none cursor-not-allowed opacity-50',