diff --git a/crates/ui/src/theme.rs b/crates/ui/src/theme.rs index 57a053b2..b7fb028d 100644 --- a/crates/ui/src/theme.rs +++ b/crates/ui/src/theme.rs @@ -431,7 +431,7 @@ impl ThemeColor { #[derive(Debug, Clone)] pub struct Theme { - colors: ThemeColor, + pub colors: ThemeColor, pub mode: ThemeMode, pub font_family: SharedString,