fix: cosmic example
This commit is contained in:
parent
1b63c9e38b
commit
4bbb6c3cab
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ impl From<&ThemeType> for ThemeVariant {
|
|||
ThemeType::HighContrastDark => ThemeVariant::HighContrastDark,
|
||||
ThemeType::HighContrastLight => ThemeVariant::HighContrastLight,
|
||||
ThemeType::Custom(_) => ThemeVariant::Custom,
|
||||
ThemeType::System(_) => ThemeVariant::System,
|
||||
ThemeType::System { .. } => ThemeVariant::System,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue