mirror of https://github.com/Textualize/rich.git
Remove extra space in Theme example
This commit is contained in:
parent
eb673d1204
commit
d429b02991
|
@ -115,7 +115,7 @@ To use a style theme, construct a :class:`~rich.theme.Theme` instance and pass i
|
|||
from rich.console import Console
|
||||
from rich.theme import Theme
|
||||
custom_theme = Theme({
|
||||
"info" : "dim cyan",
|
||||
"info": "dim cyan",
|
||||
"warning": "magenta",
|
||||
"danger": "bold red"
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue