Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Oct 14, 2024
1 parent a92a2c7 commit 0b4ffef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/styles/background_tint.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ You can use the same syntax as CSS, or explicitly set a `Color` object for finer

```python
# Set 20% blue background tint
widget.styles.background = "blue 20%"
widget.styles.background_tint = "blue 20%"

from textual.color import Color
# Set with a color object
Expand Down

0 comments on commit 0b4ffef

Please sign in to comment.