@2kog/pkg-widget 0.1.22 → 0.1.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2kog/pkg-widget",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",
@@ -604,7 +604,7 @@ export default {
604
604
  .qrcode-box {
605
605
  width: 11rem;
606
606
  height: 11rem;
607
- background-color: #f9fafb;
607
+ background-color: #fff;
608
608
  border-radius: 0.75rem;
609
609
  display: flex;
610
610
  align-items: center;