@redseed/redseed-ui-vue3 4.1.3 → 4.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/package.json
CHANGED
|
@@ -80,7 +80,7 @@ const formFieldSlotLabelClass = computed(() => [
|
|
|
80
80
|
@apply after:content-['*'] after:text-rsui-error-500 after:ml-1;
|
|
81
81
|
}
|
|
82
82
|
label {
|
|
83
|
-
@apply font-
|
|
83
|
+
@apply font-medium text-sm text-rsui-grey-800;
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
|
|
@@ -89,7 +89,7 @@ const formFieldSlotLabelClass = computed(() => [
|
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
&__help {
|
|
92
|
-
@apply text-xs text-rsui-grey-
|
|
92
|
+
@apply text-xs text-rsui-grey-500;
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
&__error {
|