sprint-asia-custom-component 0.1.154 → 0.1.155

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,7 +1,7 @@
1
1
  {
2
2
  "name": "sprint-asia-custom-component",
3
3
  "main": "dist/index.js",
4
- "version": "0.1.154",
4
+ "version": "0.1.155",
5
5
  "private": false,
6
6
  "dependencies": {
7
7
  "@headlessui/react": "^1.7.18",
@@ -21,8 +21,8 @@ const Description = ({
21
21
  }
22
22
  <p
23
23
  className={`
24
- ${textColor == "default" && "text-black font-semibold text-base"}
25
- ${textColor == "success" && "text-success500 font-semibold text-base"}
24
+ ${textColor == "default" && "text-black font-medium text-base"}
25
+ ${textColor == "success" && "text-success500 font-medium text-base"}
26
26
  `}
27
27
  >
28
28
  {value}