@arco-themes/react-cyansu-ob03 0.0.2 → 0.0.3
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/README.md +6 -0
- package/css/arco.css +1 -1
- package/package.json +1 -1
- package/tokens.less +1 -1
- package/variables.less +1 -0
package/package.json
CHANGED
package/tokens.less
CHANGED
|
@@ -2094,7 +2094,7 @@
|
|
|
2094
2094
|
@collapse-color-border: var(--color-neutral-3);
|
|
2095
2095
|
@collapse-line-height: 1.5715;
|
|
2096
2096
|
@collapse-title-line-height: 24px;
|
|
2097
|
-
@collapse-title-border-width:
|
|
2097
|
+
@collapse-title-border-width: 0;
|
|
2098
2098
|
@collapse-title-color-border: var(--color-neutral-3);
|
|
2099
2099
|
@collapse-title-font-size: 14px;
|
|
2100
2100
|
@collapse-title-padding-horizontal: 13px;
|
package/variables.less
CHANGED