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