pangea-lib 2.11.640 → 2.11.641
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/main.cjs.js +1 -1
- package/dist/main.es.js +2 -2
- package/package.json +1 -1
package/dist/main.es.js
CHANGED
|
@@ -16986,8 +16986,8 @@ const fo1 = {
|
|
|
16986
16986
|
borderRadius: "0.25em",
|
|
16987
16987
|
borderColor: "rgba(var(--pga-color-text-first-rgb), 0.2)",
|
|
16988
16988
|
colorFocus: "var(--pga-color-primary)",
|
|
16989
|
-
backgroundColor: "var(--pga-color-background-
|
|
16990
|
-
backgroundColorDisabled: "var(--pga-color-background-
|
|
16989
|
+
backgroundColor: "var(--pga-color-background-second)",
|
|
16990
|
+
backgroundColorDisabled: "var(--pga-color-background-third)",
|
|
16991
16991
|
backgroundColorFocus: "rgba(var(--pga-color-primary-rgb), 0.05)",
|
|
16992
16992
|
backgroundColorHover: "rgba(var(--pga-color-primary-rgb), 0.08)",
|
|
16993
16993
|
placeholderColor: "var(--pga-color-text-third)"
|