Fix fold indicator active hover style (#2731)
Release Notes: - Fix: adjusted fold indicator styles
This commit is contained in:
commit
10a1df3faa
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…
Add table
Add a link
Reference in a new issue