wip(theme): remove palette

This commit is contained in:
Ashley Wulber 2023-02-22 14:06:09 -05:00 committed by Jeremy Soller
parent ccca0e5193
commit d981eb4c4e
3 changed files with 125 additions and 398 deletions

View file

@ -237,7 +237,7 @@ impl State {
.width(Length::Units(300))
)
.padding(4)
.style(theme::Container::Box),
.style(theme::Container::Background),
horizontal_space(Length::Fill),
)
.into(),