Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jan 1, 2025
1 parent 16df382 commit ff0211f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/textual/visual.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ def get_rich_style(self) -> RichStyle:

@cached_property
def without_color(self) -> Style:
"""The style with no color."""
return Style(
bold=self.bold,
dim=self.dim,
Expand Down

0 comments on commit ff0211f

Please sign in to comment.