@gisce/react-ooui 1.2.0 → 1.2.1-rc.0
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/react-ooui.es.js
CHANGED
|
@@ -10809,7 +10809,7 @@ function Yd(e) {
|
|
|
10809
10809
|
},
|
|
10810
10810
|
children: [/* @__PURE__ */ n("div", {
|
|
10811
10811
|
style: {
|
|
10812
|
-
color: o ? a.colorPrimaryActive : a.
|
|
10812
|
+
color: o ? a.colorPrimaryActive : a.colorPrimaryBorderHover,
|
|
10813
10813
|
userSelect: "none",
|
|
10814
10814
|
height: 40,
|
|
10815
10815
|
display: "flex",
|
|
@@ -10830,7 +10830,7 @@ function Yd(e) {
|
|
|
10830
10830
|
},
|
|
10831
10831
|
children: /* @__PURE__ */ n(Ht, {
|
|
10832
10832
|
style: {
|
|
10833
|
-
color: o ? a.colorPrimaryActive : a.
|
|
10833
|
+
color: o ? a.colorPrimaryActive : a.colorPrimaryBorderHover
|
|
10834
10834
|
},
|
|
10835
10835
|
onClick: (c) => {
|
|
10836
10836
|
c.stopPropagation(), r(i);
|