@otwb/ui 2.0.5 → 2.0.6

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -850,7 +850,7 @@ var AppTab = /* @__PURE__ */ defineComponent({
850
850
  }, [createVNode("div", { style: "transition: width 300ms; overflow: hidden" }, [createVNode("div", {
851
851
  ref: W,
852
852
  style: ["display: flex; align-items: center; width: fit-content", J.value],
853
- class: d.isCurrent ? "bg-[#f0f2f5]" : ""
853
+ class: d.isCurrent ? "bg-[#F5F5F5]" : ""
854
854
  }, [createVNode("span", {
855
855
  class: "whitespace-nowrap",
856
856
  style: q.value
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otwb/ui",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "otwb UI",