feat: update border styles to use CSS variables for consistency across components

This commit is contained in:
2026-08-12 09:00:13 -03:00
parent 1b19d36e26
commit 23a5ac32cc
23 changed files with 50 additions and 66 deletions

View File

@@ -23,7 +23,7 @@
min-height: 40px;
padding: 0.625rem 1rem;
border-radius: 5px;
border-color: #cccccc;
border-color: var(--border-color);
color: #666666;
font-size: 15px;
font-weight: 400;