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.js CHANGED
@@ -15548,7 +15548,7 @@ function PreviewCard({
15548
15548
  {
15549
15549
  size: 24,
15550
15550
  color: "#82818E",
15551
- fillColor: checked ? "#82818E" : void 0
15551
+ fillColor: checked ? "#E8FE99" : void 0
15552
15552
  }
15553
15553
  )
15554
15554
  }
@@ -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
  ),