Skip to content

Commit

Permalink
2.0.0 - Material Design 3
Browse files Browse the repository at this point in the history
Fix bg color.
  • Loading branch information
HeaTTheatR committed Jan 16, 2024
1 parent 7d15b9b commit eaf7a72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/expansionpanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
MDExpansionPanelContent:
orientation: "vertical"
padding: "12dp", 0, "12dp", "12dp"
md_bg_color: self.theme_cls.surfaceContainerLowestColor
md_bg_color: self.theme_cls.surfaceContainerLowColor
MDLabel:
text: "Channel information"
Expand All @@ -42,7 +42,7 @@
MDListItem:
theme_bg_color: "Custom"
md_bg_color: self.theme_cls.surfaceContainerLowestColor
md_bg_color: self.theme_cls.surfaceContainerLowColor
MDListItemLeadingIcon:
icon: "email"
Expand All @@ -55,7 +55,7 @@
MDListItem:
theme_bg_color: "Custom"
md_bg_color: self.theme_cls.surfaceContainerLowestColor
md_bg_color: self.theme_cls.surfaceContainerLowColor
MDListItemLeadingIcon:
icon: "instagram"
Expand Down

0 comments on commit eaf7a72

Please sign in to comment.