diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 3a52deb..ca2c017 100644 --- a/src/main.rs +++ b/src/main.rs @@ -367,7 +367,7 @@ impl App { ), DesignerPage::CodeView => code_view::view( &self.editor_content, - self.theme.target().clone(), + self.theme.value().clone(), is_focused, ), }, |
