Skip to content

Commit

Permalink
Correct field name
Browse files Browse the repository at this point in the history
  • Loading branch information
lampsitter committed Jan 14, 2025
1 parent 14be2b2 commit 348126e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egui_commonmark_backend/src/misc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ impl<'f> std::fmt::Debug for CommonMarkOptions<'f> {

#[cfg(feature = "better_syntax_highlighting")]
s.field("theme_light", &self.theme_light)
.field("theme_light", &self.theme_dark);
.field("theme_dark", &self.theme_dark);

s.field("use_explicit_uri_scheme", &self.use_explicit_uri_scheme)
.field(
Expand Down

0 comments on commit 348126e

Please sign in to comment.