feat(theme): improvements and refactoring of theme module
fix: theme rebase
This commit is contained in:
parent
4c6c678f88
commit
7f0943924a
9 changed files with 1635 additions and 1228 deletions
|
|
@ -156,7 +156,7 @@ where
|
|||
}
|
||||
|
||||
fn theme(&self) -> Self::Theme {
|
||||
THEME.with(|t| t.borrow().clone())
|
||||
crate::theme::active()
|
||||
}
|
||||
|
||||
#[cfg(feature = "wayland")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue