Skip to content

Commit

Permalink
Updating change theme text in cmd palette, fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Oct 7, 2024
1 parent fb28acf commit d619b80
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 79 deletions.
2 changes: 1 addition & 1 deletion src/textual/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ def get_system_commands(self, screen: Screen) -> Iterable[SystemCommand]:
# self.action_toggle_dark,
# )
yield SystemCommand(
"Theme",
"Change theme",
"Change the current theme",
self.action_change_theme,
)
Expand Down
Loading

0 comments on commit d619b80

Please sign in to comment.