Fixed bug with cut entry active states

This commit is contained in:
Mikayla Maki
2022-10-31 09:55:52 -07:00
parent dbc804669c
commit ea9b009a22
3 changed files with 6 additions and 9 deletions
+4 -4
View File
@@ -35,10 +35,10 @@ export default function projectPanel(colorScheme: ColorScheme) {
cutEntry: {
...entry,
text: text(layer, "mono", "disabled"),
},
ignoredAndCutEntry: {
...entry,
text: text(layer, "mono", "disabled"),
active: {
background: background(layer, "active"),
text: text(layer, "mono", "disabled", { size: "sm" }),
},
},
filenameEditor: {
background: background(layer, "on"),