@particle-network/ui-react 0.4.5-beta.5 → 0.4.5-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -370,13 +370,13 @@ const button_theme_button = tv({
|
|
|
370
370
|
isSelected: true,
|
|
371
371
|
color: 'default',
|
|
372
372
|
variant: 'solid',
|
|
373
|
-
class: 'bg-tertiary'
|
|
373
|
+
class: 'bg-tertiary text-tertiary-foreground'
|
|
374
374
|
},
|
|
375
375
|
{
|
|
376
376
|
isSelected: true,
|
|
377
377
|
color: 'secondary',
|
|
378
378
|
variant: 'solid',
|
|
379
|
-
class: 'bg-tertiary text-foreground'
|
|
379
|
+
class: 'bg-tertiary text-tertiary-foreground'
|
|
380
380
|
},
|
|
381
381
|
{
|
|
382
382
|
isSelected: true,
|
|
@@ -468,6 +468,12 @@ const button_theme_button = tv({
|
|
|
468
468
|
color: 'bearish',
|
|
469
469
|
class: colorVariants.solid.bearish
|
|
470
470
|
},
|
|
471
|
+
{
|
|
472
|
+
isSelected: true,
|
|
473
|
+
variant: 'text',
|
|
474
|
+
color: 'secondary',
|
|
475
|
+
class: colorVariants.text["default"]
|
|
476
|
+
},
|
|
471
477
|
{
|
|
472
478
|
isInGroup: true,
|
|
473
479
|
class: 'rounded-none first:rounded-s-small last:rounded-e-small'
|