mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 19:02:07 +00:00
Make icon width match other areas
This was 8 but we've seen areas where this was 14, like the project search tab icon. We want to match this. Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com>
This commit is contained in:
parent
24fcad3fa2
commit
2ec5c88f98
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ export default function tabBar(colorScheme: ColorScheme) {
|
||||||
spacing: 8,
|
spacing: 8,
|
||||||
|
|
||||||
// Close icons
|
// Close icons
|
||||||
iconWidth: 8,
|
iconWidth: 14,
|
||||||
iconClose: foreground(layer, "variant"),
|
iconClose: foreground(layer, "variant"),
|
||||||
iconCloseActive: foreground(layer, "hovered"),
|
iconCloseActive: foreground(layer, "hovered"),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue