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.js
CHANGED
|
@@ -17156,6 +17156,7 @@ function FilterBar({ buttons }) {
|
|
|
17156
17156
|
CheckBox,
|
|
17157
17157
|
{
|
|
17158
17158
|
size: 36,
|
|
17159
|
+
color: "#000000",
|
|
17159
17160
|
fillColor: buttons?.done?.active ? "#E8FE99" : void 0
|
|
17160
17161
|
}
|
|
17161
17162
|
),
|