@kyndryl-design-system/shidoka-applications 2.107.2 → 2.107.4
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.
|
@@ -314,7 +314,7 @@ dialog.ai-connected.gradient-bkg {
|
|
|
314
314
|
}
|
|
315
315
|
.kd-btn--primary-ai.selected, .kd-btn--secondary-ai.selected {
|
|
316
316
|
background-color: var(--kd-color-background-button-primary-ai-selected);
|
|
317
|
-
color: var(--kd-color-text-button-
|
|
317
|
+
color: var(--kd-color-text-button-ai-default);
|
|
318
318
|
}
|
|
319
319
|
.kd-btn--primary-destructive {
|
|
320
320
|
background-color: var(--kd-color-background-button-primary-destructive-default);
|
|
@@ -443,7 +443,7 @@ dialog.ai-connected.gradient-bkg {
|
|
|
443
443
|
color: var(--kd-color-text-button-dark-primary);
|
|
444
444
|
}
|
|
445
445
|
.kd-btn--outline.selected, .kd-btn--outline-ai.selected {
|
|
446
|
-
background-color: var(--kd-color-background-secondary-state-selected);
|
|
446
|
+
background-color: var(--kd-color-background-button-secondary-state-selected);
|
|
447
447
|
color: var(--kd-color-text-level-light);
|
|
448
448
|
}
|
|
449
449
|
.kd-btn--outline-destructive {
|
|
@@ -542,7 +542,7 @@ dialog.ai-connected.gradient-bkg {
|
|
|
542
542
|
background-color: transparent;
|
|
543
543
|
}
|
|
544
544
|
.kd-btn--ghost-destructive.selected {
|
|
545
|
-
background-color: var(--kd-color-background-primary-destructive-selected);
|
|
545
|
+
background-color: var(--kd-color-background-button-primary-destructive-selected);
|
|
546
546
|
color: var(--kd-color-text-button-dark-destructive);
|
|
547
547
|
}
|
|
548
548
|
|