From cb0537ef8e9afa76969f7e4be27f4ae5e3bd92ec Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Fri, 5 Aug 2022 09:17:44 +0100 Subject: [PATCH] Update docs/styles/background.md Co-authored-by: darrenburns --- docs/styles/background.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/styles/background.md b/docs/styles/background.md index 9cb3fe9c7..8571ef111 100644 --- a/docs/styles/background.md +++ b/docs/styles/background.md @@ -37,5 +37,5 @@ widget.styles.background = "blue" from textual.color import Color # Set with a color object widget.styles.background = Color.parse("pink") - +widget.styles.background = Color(120, 60, 100) ```