@tipp/ui 1.4.19 → 1.4.20
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/dist/index.css.map +1 -1
- package/dist/index.js +3 -3
- package/dist/molecules/index.js +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -29043,7 +29043,7 @@ h2.react-datepicker__current-month{
|
|
|
29043
29043
|
--tag-selector-background-color: var(--panel-background);
|
|
29044
29044
|
border-radius: var(--text-field-border-radius);
|
|
29045
29045
|
font-size: var(--font-size-2);
|
|
29046
|
-
box-shadow: inset 0 0 0 var(--text-field-border-width) var(--gray-
|
|
29046
|
+
box-shadow: inset 0 0 0 var(--text-field-border-width) var(--gray-a6);
|
|
29047
29047
|
min-height: var(--text-field-height);
|
|
29048
29048
|
padding: var(--text-field-padding);
|
|
29049
29049
|
box-sizing: border-box;
|
|
@@ -29059,7 +29059,7 @@ h2.react-datepicker__current-month{
|
|
|
29059
29059
|
--text-field-height: var(--space-7);
|
|
29060
29060
|
}
|
|
29061
29061
|
.tag-selector.read-only{
|
|
29062
|
-
--tag-selector-background-color: var(--gray-
|
|
29062
|
+
--tag-selector-background-color: var(--gray-a2);
|
|
29063
29063
|
}
|
|
29064
29064
|
.tag-selector.focused{
|
|
29065
29065
|
box-shadow: inset 0 0 0 var(--text-field-border-width) var(--text-field-focus-color);
|