dirk-cfx-react 1.0.45 → 1.0.46
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/components/index.cjs +3 -3
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +3 -3
- package/dist/components/index.js.map +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1747,13 +1747,13 @@ function Segment(props) {
|
|
|
1747
1747
|
{
|
|
1748
1748
|
size: props.fz || "xs",
|
|
1749
1749
|
initial: {
|
|
1750
|
-
color: props.selected ? props.color || theme2.colors[theme2.primaryColor][5] : "
|
|
1750
|
+
color: props.selected ? props.color || theme2.colors[theme2.primaryColor][5] : "rgba(255, 255, 255, 0.7)"
|
|
1751
1751
|
},
|
|
1752
1752
|
animate: {
|
|
1753
|
-
color: props.selected ? props.color || theme2.colors[theme2.primaryColor][5] : "
|
|
1753
|
+
color: props.selected ? props.color || theme2.colors[theme2.primaryColor][5] : "rgba(255, 255, 255, 0.7)"
|
|
1754
1754
|
},
|
|
1755
1755
|
exit: {
|
|
1756
|
-
color: "
|
|
1756
|
+
color: "rgba(255, 255, 255, 0.7)"
|
|
1757
1757
|
},
|
|
1758
1758
|
style: {
|
|
1759
1759
|
fontFamily: "Akrobat Bold",
|