Fix fold indicator active hover style (#2731)

Release Notes:

- Fix: adjusted fold indicator styles
This commit is contained in:
Mikayla Maki 2023-07-15 23:06:01 -07:00 committed by GitHub
commit 10a1df3faa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ export default function editor(): any {
color: foreground(layer, "default"),
},
hovered: {
color: foreground(layer, "variant"),
color: foreground(layer, "on"),
},
},
},