cc-core-cli 1.0.167 → 1.0.168

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": "cc-core-cli",
3
- "version": "1.0.167",
3
+ "version": "1.0.168",
4
4
  "description": "Command Line Interface tool for generating project templates for the (Your Platform's Name) platform.",
5
5
  "main": "bin/index.js",
6
6
  "scripts": {
@@ -1448,7 +1448,7 @@ html body.ant-scrolling-effect {
1448
1448
  /* ===== SUM MENU ITEM ===== */
1449
1449
  /* พื้นหลังระดับกล่อง popup — สี lv4 ที่แต่ละ item: menu.css .menu-active-lv4 */
1450
1450
  .sum-menu-item .ant-menu.ant-menu-sub.ant-menu-vertical {
1451
- background-color: var(--menu-popup-bg) !important;
1451
+ background-color: var(--menu-background-color-menu-lv4, #ffffff) !important;
1452
1452
  border-radius: 0px !important;
1453
1453
  }
1454
1454