refactor(ui): localize component styles

This commit is contained in:
2026-08-09 13:47:01 +05:30
parent b6bd5cfcb7
commit 54a93c1d14
37 changed files with 4508 additions and 3832 deletions
+9
View File
@@ -61,4 +61,13 @@ size: string = "default"
<small class="wire-next__field-error" data-error="{name}">{error}</small>
</div>
}
style {
.wire-next--select select {
width: 100%;
min-height: 2.65rem;
margin: 0;
line-height: 1.35;
}
}
}