localize legacy UI component styles

This commit is contained in:
2026-08-09 21:07:10 +05:30
parent 3f5ec8696f
commit 6859b5c4ff
17 changed files with 512 additions and 866 deletions
@@ -39,6 +39,18 @@ size: string = "default"
}
style {
.wire-next__row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
}
.wire-next--file-upload-progress progress {
width: 100%;
accent-color: var(--wire-color-primary);
}
.wire-next--file-upload-progress {
display: grid;
width: min(100%, 36rem);