@deque/cauldron-styles 6.6.0 → 6.6.1-canary.d6dbccae
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.
- package/dist/index.css +2 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -5102,7 +5102,7 @@ button.Accordion__trigger {
|
|
|
5102
5102
|
--combobox-option-min-height: 2.625rem;
|
|
5103
5103
|
--combobox-group-label-background-color: var(--gray-20);
|
|
5104
5104
|
--combobox-group-label-font-size: var(--text-size-smaller);
|
|
5105
|
-
--combobox-option-selected-icon-color: var(--accent-
|
|
5105
|
+
--combobox-option-selected-icon-color: var(--accent-primary);
|
|
5106
5106
|
}
|
|
5107
5107
|
|
|
5108
5108
|
.cauldron--theme-dark {
|
|
@@ -5111,7 +5111,7 @@ button.Accordion__trigger {
|
|
|
5111
5111
|
--combobox-option-description-font-color: var(--accent-light);
|
|
5112
5112
|
--combobox-listbox-background-color: var(--accent-medium);
|
|
5113
5113
|
--combobox-group-label-background-color: var(--accent-dark);
|
|
5114
|
-
--combobox-option-selected-icon-color: var(--accent-
|
|
5114
|
+
--combobox-option-selected-icon-color: var(--accent-info);
|
|
5115
5115
|
}
|
|
5116
5116
|
|
|
5117
5117
|
.Combobox :where(.TextFieldWrapper) {
|