Commit 7046f48
committed
fix(status-bar): pixel-perfect audit matching Figma node 1156:23808
Fixes extracted from Figma design specs:
- Container padding: 8px 24px → 8px (uniform 8px all sides per Figma)
- Left section gap: 20px → 4px (matches footer-buttons itemSpacing)
- Icon buttons: 20×20 w/ 2px padding → 32×32 w/ 8px padding (matches Figma Button-icon)
- Icon button border-radius: none → 8px (matches Figma cornerRadius)
- Active/pressed state: add background #1C1C1D + 1px border #2E2F31 (was icon color only)
- Notification dot position: top/right 1px → 4px (adjusted for larger button)
- Code Navigation Help: extract to CodeNavHelpButton component with proper 8px padding,
4px gap, 8px border-radius matching Figma Text Button specs
- BranchStatusBarItem: match 32×32 sizing with 8px padding and 8px border-radius
- Update tests to match new Figma-accurate values1 parent ace3496 commit 7046f48
File tree
2 files changed
+5
-5
lines changed- src/components
- cortex
- git
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
108 | 109 | | |
109 | 110 | | |
110 | 111 | | |
| |||
0 commit comments