Skip to content

Commit 9cff82f

Browse files
SOIVclaude
andcommitted
fix(web): Settings 탭 버튼 간격 및 테두리 시인성 개선
탭 하단 여백 추가, border 색상을 border-subtle → border로 강화, 배경을 bg-surface로 올려 모달 배경과 구분되도록 수정. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e07a0e0 commit 9cff82f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

apps/web/src/styles/settings.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,13 @@
9090
display: flex;
9191
flex-wrap: wrap;
9292
gap: 6px;
93+
margin-bottom: 20px;
9394
}
9495

9596
.settings-tab {
96-
border: 1px solid var(--border-subtle);
97+
border: 1px solid var(--border);
9798
border-radius: 999px;
98-
background: var(--bg-elevated);
99+
background: var(--bg-surface);
99100
color: var(--text-muted);
100101
font-size: 12px;
101102
font-weight: 700;
@@ -107,7 +108,7 @@
107108
.settings-tab:hover {
108109
background: var(--bg-hover);
109110
color: var(--text);
110-
border-color: var(--border);
111+
border-color: var(--accent);
111112
}
112113

113114
.settings-dialog-body {

0 commit comments

Comments
 (0)