Skip to content

Commit

Permalink
Adjust the header color
Browse files Browse the repository at this point in the history
  • Loading branch information
penguineer committed Jul 19, 2024
1 parent 7fb67fa commit 201aca8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public GartenplusHeader(Supplier<UserDTO> currentUser) {
headerLayout.getStyle()
.set("gap", "32px")
.set("padding", "16px 16px 8px 16px")
.set("background-color", "var(--lumo-base-color)")
.set("background-color", "var(--lumo-header-color)")
.set("border-bottom", "1px solid var(--lumo-contrast-20pct)");

headerLayout.add(new GartenplusLogo());
Expand Down

0 comments on commit 201aca8

Please sign in to comment.