Fix illegible rename text
This commit is contained in:
parent
a62e2a38d7
commit
a6cccf82f7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ export default function projectPanel(colorScheme: ColorScheme) {
|
||||||
ignoredEntryFade: 0.6,
|
ignoredEntryFade: 0.6,
|
||||||
filenameEditor: {
|
filenameEditor: {
|
||||||
background: background(layer, "on"),
|
background: background(layer, "on"),
|
||||||
text: text(layer, "mono", "on", "active", { size: "sm" }),
|
text: text(layer, "mono", "on", { size: "sm" }),
|
||||||
selection: colorScheme.players[0],
|
selection: colorScheme.players[0],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue