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

@@ -19,7 +19,7 @@
padding: 30px 20px;
overflow: hidden;
background-color: #ffffff;
border: 1px solid #dedede;
border: 1px solid var(--border-color);
border-radius: 7px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);