fix: cosmic example

This commit is contained in:
Ashley Wulber 2024-05-15 14:37:51 -04:00 committed by Ashley Wulber
parent 1b63c9e38b
commit 4bbb6c3cab

View file

@ -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,
}
}
}