@redseed/redseed-ui-vue3 2.2.1 → 2.2.2
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
|
@@ -64,7 +64,7 @@ const proxyChecked = computed({
|
|
|
64
64
|
@apply ml-2;
|
|
65
65
|
}
|
|
66
66
|
&__check {
|
|
67
|
-
@apply w-6 h-6 shrink-0 relative bg-white;
|
|
67
|
+
@apply w-6 h-6 shrink-0 relative bg-white rounded-md;
|
|
68
68
|
|
|
69
69
|
input[type="checkbox"] {
|
|
70
70
|
@apply appearance-none absolute inset-0 rounded-md transition shadow-sm;
|