@bwg-ui/icons 0.1.3 → 0.1.4

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
@@ -9,8 +9,8 @@ const i = t.forwardRef(function({ component: o, size: g1, color: u1, spin: k1, r
9
9
  display: "inline-flex",
10
10
  alignItems: "center",
11
11
  lineHeight: 0,
12
- color: u1,
13
- // SVGcurrentColor를 쓰면 여기로 적용
12
+ color: u1 || "inherit",
13
+ // color없으면 부모 요소의 색상 상속
14
14
  fontSize: B1,
15
15
  // SVG width/height를 1em으로 주면 여기로 적용
16
16
  ...C1