prefix theme colors for consumer compatibility
This commit is contained in:
@@ -64,8 +64,8 @@
|
||||
<button
|
||||
class={[
|
||||
'button group relative flex gap-3 overflow-hidden rounded-sm px-5',
|
||||
'text-background cursor-pointer py-3 font-medium transition-colors',
|
||||
!loading ? ' bg-primary hover:bg-secondary' : 'bg-primary/50 cursor-not-allowed ',
|
||||
'text-sui-background cursor-pointer py-3 font-medium transition-colors',
|
||||
!loading ? ' bg-sui-primary hover:bg-sui-secondary' : 'bg-sui-primary/50 cursor-not-allowed ',
|
||||
classValue
|
||||
]}
|
||||
onclick={handleButtonClick}
|
||||
|
||||
Reference in New Issue
Block a user