Pause so that screenshots are not empty.

This commit is contained in:
Rodrigo Girão Serrão
2022-11-23 17:09:53 +00:00
parent e0b5722828
commit bc1298b85b
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ The first line sets the [background](../styles/background.md) style to `"darkblu
The second line sets [border](../styles/border.md) to a tuple of `("heavy", "white")` which tells Textual to draw a white border with a style of `"heavy"`. Running this code will show the following:
```{.textual path="docs/examples/guide/styles/screen.py"}
```{.textual path="docs/examples/guide/styles/screen.py" press="_"}
```
## Styling widgets