Skip to content

Commit 52399e4

Browse files
committed
Match customer pill style to language selector
1 parent f5aacb8 commit 52399e4

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

src/components/Navbar.module.css

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,17 @@
2727

2828
/* ── Customer label pill (non-interactive) ──────────────────────────────── */
2929
.customerPill {
30-
font-size: 12px;
30+
display: flex;
31+
align-items: center;
32+
gap: 6px;
33+
padding: 5px 10px;
34+
border-radius: 7px;
35+
border: 1px solid var(--border-strong);
36+
background: var(--bg-hover);
37+
color: var(--text-primary);
38+
font-size: 13px;
3139
font-weight: 600;
3240
font-family: 'Poppins', sans-serif;
33-
color: var(--accent);
34-
background: var(--bg-accent);
35-
border: 1px solid var(--border-strong);
36-
border-radius: 6px;
37-
padding: 3px 10px;
3841
white-space: nowrap;
3942
flex-shrink: 0;
4043
user-select: none;

0 commit comments

Comments
 (0)