fix(tui): use $primary-muted background for ThoughtBlockWidget per spec #1448 #1479
@@ -59,7 +59,7 @@ class ThoughtBlockWidget(_StaticBase):
|
||||
|
||||
DEFAULT_CSS = """
|
||||
ThoughtBlockWidget {
|
||||
background: $primary 20%;
|
||||
background: $primary-muted 20%;
|
||||
color: $text-muted;
|
||||
border: solid $primary 30%;
|
||||
padding: 0 1;
|
||||
|
||||
Reference in New Issue
Block a user