Skip to content

Commit

Permalink
feat: add support to Lumo dropdown-indicator theme in MenuBar (#6371)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoCardoso authored Jun 18, 2024
1 parent 40db058 commit ec5e95a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public enum MenuBarVariant implements ThemeVariant {
LUMO_CONTRAST("contrast"),
LUMO_ICON("icon"),
LUMO_END_ALIGNED("end-aligned"),
LUMO_DROPDOWN_INDICATORS("dropdown-indicators"),
MATERIAL_CONTAINED("contained"),
MATERIAL_OUTLINED("outlined"),
MATERIAL_END_ALIGNED("end-aligned");
Expand Down

0 comments on commit ec5e95a

Please sign in to comment.