minor change for pipeline test
This commit is contained in:
@@ -27,7 +27,7 @@ public class MainLayout extends AppLayout {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void createHeader() {
|
private void createHeader() {
|
||||||
H1 logo = new H1("My Time Tracker");
|
H1 logo = new H1("Time Tracker");
|
||||||
logo.getStyle()
|
logo.getStyle()
|
||||||
.set("font-size", "var(--lumo-font-size-l)")
|
.set("font-size", "var(--lumo-font-size-l)")
|
||||||
.set("margin", "0");
|
.set("margin", "0");
|
||||||
|
|||||||
Reference in New Issue
Block a user