dirk-cfx-react 1.0.56 → 1.0.57
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 +2 -1
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.d.cts +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +2 -1
- package/dist/components/index.js.map +1 -1
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -840,7 +840,8 @@ function Counter(props) {
|
|
|
840
840
|
aspectRatio: "1/1",
|
|
841
841
|
marginBottom: "0.3vh",
|
|
842
842
|
fontFamily: "Akrobat Bold",
|
|
843
|
-
boxShadow: "0 0 5px rgba(0, 0, 0, 0.3)"
|
|
843
|
+
boxShadow: "0 0 5px rgba(0, 0, 0, 0.3)",
|
|
844
|
+
...props.style
|
|
844
845
|
},
|
|
845
846
|
children: props.count
|
|
846
847
|
},
|