qt-ui-kit 1.0.96 → 1.0.97
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 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -17128,6 +17128,7 @@ function FilterBar({ buttons }) {
|
|
|
17128
17128
|
CheckBox,
|
|
17129
17129
|
{
|
|
17130
17130
|
size: 36,
|
|
17131
|
+
color: "#000000",
|
|
17131
17132
|
fillColor: buttons?.done?.active ? "#E8FE99" : void 0
|
|
17132
17133
|
}
|
|
17133
17134
|
),
|