Fix illegible rename text

This commit is contained in:
Nate Butler 2022-09-29 13:28:31 -04:00
parent a62e2a38d7
commit a6cccf82f7

View file

@ -29,7 +29,7 @@ export default function projectPanel(colorScheme: ColorScheme) {
ignoredEntryFade: 0.6,
filenameEditor: {
background: background(layer, "on"),
text: text(layer, "mono", "on", "active", { size: "sm" }),
text: text(layer, "mono", "on", { size: "sm" }),
selection: colorScheme.players[0],
},
};