mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 13:24:19 +00:00
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,
|
||||
filenameEditor: {
|
||||
background: background(layer, "on"),
|
||||
text: text(layer, "mono", "on", "active", { size: "sm" }),
|
||||
text: text(layer, "mono", "on", { size: "sm" }),
|
||||
selection: colorScheme.players[0],
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue