Fix formatting

This commit is contained in:
Darren Burns 2024-09-25 15:08:14 +01:00
parent ed5864dfe9
commit c6a0aba38a

View file

@ -244,6 +244,9 @@ With our bindings in place, we can now change the count of the _currently focuse
--8<-- "docs/examples/guide/widgets/counter.tcss"
```
1. These styles are applied only when the widget has focus.
=== "Output"
```{.textual path="docs/examples/guide/widgets/counter02.py" press="up,tab,down,down"}