snapshots

This commit is contained in:
Will McGugan
2024-08-11 16:58:46 +01:00
parent c39641e806
commit 3c48551f3d
67 changed files with 3851 additions and 3714 deletions

View File

@@ -48,7 +48,7 @@ class ColorApp(App):
"""Experiment with the command palette."""
COMMANDS = App.COMMANDS | {ColorCommands}
TITLE = "Press ctrl + \\ and type a color"
TITLE = "Press ctrl + p and type a color"
def compose(self) -> ComposeResult:
yield Header()