gpui: Fix typo in DefaultThemeAppearance
doc comment (#17157)
Release Notes: - N/A
This commit is contained in:
parent
c909bc09db
commit
89632ff5c2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ use crate::{rgb, Hsla, Rgba, WindowAppearance};
|
||||||
#[derive(Debug, Default, Clone, Copy, PartialEq, Eq)]
|
#[derive(Debug, Default, Clone, Copy, PartialEq, Eq)]
|
||||||
/// The appearance of the base gpui colors, used to style gpui elements
|
/// The appearance of the base gpui colors, used to style gpui elements
|
||||||
///
|
///
|
||||||
/// Varries based on the system's current [WindowAppearance].
|
/// Varies based on the system's current [WindowAppearance].
|
||||||
pub enum DefaultThemeAppearance {
|
pub enum DefaultThemeAppearance {
|
||||||
#[default]
|
#[default]
|
||||||
/// Use the set of colors for light appearances
|
/// Use the set of colors for light appearances
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue