Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Sep 3, 2024
1 parent db91925 commit a128fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1719,7 +1719,7 @@ impl Context {
/// The [`Style`] used by all new windows, panels etc. in light mode.
/// Use [`Self::set_theme`] to choose between dark and light mode.
///
/// You can also change this using [`Self::dark_style_mut`]
/// You can also change this using [`Self::light_style_mut`]
///
/// You can use [`Ui::style_mut`] to change the style of a single [`Ui`].
pub fn set_light_style(&self, style: impl Into<std::sync::Arc<crate::Style>>) {
Expand Down

0 comments on commit a128fa4

Please sign in to comment.