Fix fold indicator active hover style

This commit is contained in:
Mikayla Maki
2023-07-15 22:51:04 -07:00
parent f24001c130
commit 419cbcbaf8
+1 -1
View File
@@ -114,7 +114,7 @@ export default function editor(): any {
color: foreground(layer, "default"),
},
hovered: {
color: foreground(layer, "variant"),
color: foreground(layer, "on"),
},
},
},