@arco-themes/vue-startrek 0.0.9 → 0.0.10
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
|
@@ -3107,7 +3107,7 @@
|
|
|
3107
3107
|
@radio-layout-height: 14px;
|
|
3108
3108
|
@radio-color-border_hover: var(--color-neutral-3);
|
|
3109
3109
|
@radio-color-border_disabled: var(--color-neutral-3);
|
|
3110
|
-
@radio-color-bg:
|
|
3110
|
+
@radio-color-bg: transparent;
|
|
3111
3111
|
@radio-color-bg_checked: rgb(var(--primary-6));
|
|
3112
3112
|
@radio-border-radius: var(--border-radius-circle);
|
|
3113
3113
|
@radio-color-bg_disabled: var(--color-fill-2);
|
package/variables.less
CHANGED