mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Update docs/styles/border.md
Co-authored-by: darrenburns <darrenburns@users.noreply.github.com>
This commit is contained in:
@@ -61,8 +61,8 @@ border-left: outer red;
|
||||
|
||||
```python
|
||||
# Set a heavy white border
|
||||
widget.border = ("heavy", "white)
|
||||
widget.border = ("heavy", "white")
|
||||
|
||||
# Set a red border on the left
|
||||
widget.border_left = ("outer", "red)
|
||||
widget.border_left = ("outer", "red")
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user