mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 19:02:07 +00:00
Fix fold indicator active hover style
This commit is contained in:
parent
f24001c130
commit
419cbcbaf8
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ export default function editor(): any {
|
|||
color: foreground(layer, "default"),
|
||||
},
|
||||
hovered: {
|
||||
color: foreground(layer, "variant"),
|
||||
color: foreground(layer, "on"),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue