frameless button: fix missing type property
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user