Rename theme getter to old_theme

This commit is contained in:
Marshall Bowers 2023-10-25 16:02:47 +02:00
parent 8043d0d8a9
commit 258496700f
6 changed files with 12 additions and 12 deletions

View file

@ -214,7 +214,7 @@ where
}
}
pub fn theme(cx: &WindowContext) -> Arc<Theme> {
pub fn old_theme(cx: &WindowContext) -> Arc<Theme> {
Arc::new(cx.global::<Theme>().clone())
}