We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63580d commit d1112ecCopy full SHA for d1112ec
crates/egui/src/context.rs
@@ -1703,7 +1703,7 @@ impl Context {
1703
/// The [`Style`] used by all new windows, panels etc. in light mode.
1704
/// Use [`Self::set_theme`] to choose between dark and light mode.
1705
///
1706
- /// You can also change this using [`Self::dark_style_mut`]
+ /// You can also change this using [`Self::light_style_mut`]
1707
1708
/// You can use [`Ui::style_mut`] to change the style of a single [`Ui`].
1709
pub fn set_light_style(&self, style: impl Into<std::sync::Arc<crate::Style>>) {
0 commit comments