@uxf/ui 1.0.0-beta.161 → 1.0.0-beta.162
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/css/input.css +2 -2
- package/package.json +1 -1
package/css/input.css
CHANGED
|
@@ -211,11 +211,11 @@
|
|
|
211
211
|
|
|
212
212
|
.uxf-input__element {
|
|
213
213
|
:root .light & {
|
|
214
|
-
@apply border-gray-200 text-error placeholder-error
|
|
214
|
+
@apply border-gray-200 text-error placeholder:text-error;
|
|
215
215
|
}
|
|
216
216
|
|
|
217
217
|
:root .dark & {
|
|
218
|
-
@apply border-gray-700 text-error placeholder-error
|
|
218
|
+
@apply border-gray-700 text-error placeholder:text-error;
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
221
|
}
|