feat: Improve UI consistency and accessibility across dashboard and settings pages

This commit is contained in:
JB
2025-10-06 10:37:34 -07:00
parent 5497697741
commit 54bc632b2e
4 changed files with 77 additions and 50 deletions
+7 -2
View File
@@ -1030,13 +1030,17 @@ progress.progress::-moz-progress-bar {
.voice-preview {
display: grid;
gap: 0.75rem;
gap: 0.9rem;
padding: 1rem 1.25rem;
border-radius: 18px;
border: 1px solid rgba(148, 163, 184, 0.18);
background: rgba(15, 23, 42, 0.35);
}
.field--slider {
display: flex;
flex-direction: column;
gap: 0.5rem;
gap: 0.65rem;
}
.field--slider label {
@@ -1088,6 +1092,7 @@ progress.progress::-moz-progress-bar {
width: 100%;
border-radius: 12px;
background: rgba(15, 23, 42, 0.45);
border: 1px solid rgba(148, 163, 184, 0.18);
}
.voice-status {