Update tab content corner radius consistency

This commit is contained in:
2026-03-12 12:26:52 -04:00
parent 29f9371c1e
commit 90dcc10956
3 changed files with 3 additions and 3 deletions

View File

@@ -369,7 +369,7 @@ body {
.tab-content {
background: var(--bg-secondary);
border-radius: 0 16px 16px 16px;
border-radius: 16px;
padding: 16px;
box-shadow:
inset 4px 4px 8px var(--shadow-inset-dark),