mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-26 20:22:30 +00:00
Fix tab bar x
This commit is contained in:
parent
2e1adb0724
commit
34fbffb4cc
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ export default function tabBar(colorScheme: ColorScheme) {
|
|||
spacing: 8,
|
||||
|
||||
// Close icons
|
||||
iconWidth: 14,
|
||||
iconWidth: 8,
|
||||
iconClose: foreground(layer, "variant"),
|
||||
iconCloseActive: foreground(layer, "hovered"),
|
||||
|
||||
|
|
Loading…
Reference in a new issue