refactor(css): remove hardcoded background/border from modal sections - use design tokens instead

This commit is contained in:
Will Miao
2026-06-09 09:52:11 +08:00
parent eb22054580
commit 84e16b5c5b
2 changed files with 0 additions and 4 deletions

View File

@@ -58,8 +58,6 @@
}
.support-section {
background: rgba(0, 0, 0, 0.02);
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: var(--border-radius-sm);
padding: var(--space-2);
margin-bottom: var(--space-2);

View File

@@ -234,8 +234,6 @@
/* Changelog section */
.changelog-section {
background: rgba(0, 0, 0, 0.02);
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: var(--border-radius-sm);
padding: var(--space-3);
}