Rename fields in ThemeColors
(#3242)
This PR applies a number of field renames in the `ThemeColors` struct from the `import-theme` branch. This will help prevent this branch from diverging too far from `main`. Release Notes: - N/A --------- Co-authored-by: Nate Butler <iamnbutler@gmail.com> Co-authored-by: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
This commit is contained in:
parent
8bcf114a05
commit
bf80c1da5b
32 changed files with 144 additions and 82 deletions
|
@ -79,7 +79,7 @@ impl ListHeader {
|
|||
|
||||
h_stack()
|
||||
.w_full()
|
||||
.bg(cx.theme().colors().surface)
|
||||
.bg(cx.theme().colors().surface_background)
|
||||
// TODO: Add focus state
|
||||
// .when(self.state == InteractionState::Focused, |this| {
|
||||
// this.border()
|
||||
|
@ -307,7 +307,7 @@ impl ListEntry {
|
|||
div()
|
||||
.relative()
|
||||
.group("")
|
||||
.bg(cx.theme().colors().surface)
|
||||
.bg(cx.theme().colors().surface_background)
|
||||
// TODO: Add focus state
|
||||
.child(
|
||||
sized_item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue