fix(FN-1321): align view toggle button size with header icon buttons

- Update view toggle button dimensions to match header icon buttons
- Ensure consistent visual sizing in the dashboard header area
This commit is contained in:
gsxdsm
2026-04-09 09:40:56 -07:00
parent 33b80d1d35
commit 32798c0e88

View File

@@ -549,7 +549,7 @@ body {
display: flex;
align-items: center;
gap: 2px;
height: 28px;
height: 32px;
background: var(--card);
border: 1px solid var(--border);
border-radius: var(--radius);
@@ -562,7 +562,7 @@ body {
align-items: center;
justify-content: center;
width: 28px;
height: 24px;
height: 28px;
background: none;
border: none;
border-radius: var(--radius-sm);