mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Further removal of App.dark from various places, swapping in App.theme equivalents
This commit is contained in:
@@ -248,7 +248,7 @@ class ChangingThemeApp(App[None]):
|
||||
|
||||
def compose(self) -> ComposeResult:
|
||||
with Grid(id="palette"):
|
||||
theme = self.get_theme(self.theme)
|
||||
theme = self.current_theme
|
||||
for variable, value in vars(theme).items():
|
||||
if variable not in {
|
||||
"name",
|
||||
|
||||
Reference in New Issue
Block a user