qt-ui-kit 1.0.97 → 1.0.98
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -15520,7 +15520,7 @@ function PreviewCard({
|
|
|
15520
15520
|
{
|
|
15521
15521
|
size: 24,
|
|
15522
15522
|
color: "#82818E",
|
|
15523
|
-
fillColor: checked ? "#
|
|
15523
|
+
fillColor: checked ? "#E8FE99" : void 0
|
|
15524
15524
|
}
|
|
15525
15525
|
)
|
|
15526
15526
|
}
|