Continue documenting theme colors

This commit is contained in:
Nate Butler 2023-11-07 14:04:09 -05:00
parent eb5fe3a3b9
commit df84ba4222
3 changed files with 110 additions and 63 deletions

View file

@ -140,7 +140,6 @@ impl<'a> Debug for ThemeColorsRefinementPrinter<'a> {
("element_active", self.0.element_active),
("element_selected", self.0.element_selected),
("element_disabled", self.0.element_disabled),
("element_placeholder_text", self.0.element_placeholder_text),
("drop_target_background", self.0.drop_target_background),
("ghost_element_background", self.0.ghost_element_background),
("ghost_element_hover", self.0.ghost_element_hover),