@arco-themes/vue-startrek 0.0.9 → 0.0.11
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 +12 -0
- package/css/arco.css +1 -1
- package/package.json +1 -1
- package/tokens.less +2 -2
- package/variables.less +2 -0
package/package.json
CHANGED
package/tokens.less
CHANGED
|
@@ -1598,7 +1598,7 @@
|
|
|
1598
1598
|
@alert-info-color-bg: var(--color-primary-light-1);
|
|
1599
1599
|
@alert-info-color-border: transparent;
|
|
1600
1600
|
@alert-info-color-icon: rgb(var(--primary-6));
|
|
1601
|
-
@alert-info-color-text-title:
|
|
1601
|
+
@alert-info-color-text-title: #34363f;
|
|
1602
1602
|
@alert-info-color-text-content: var(--color-text-1);
|
|
1603
1603
|
@alert-info-color-text-content_title: var(--color-text-2);
|
|
1604
1604
|
@alert-warning-color-bg: var(--color-warning-light-1);
|
|
@@ -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