Skip to content

Commit 010898b

Browse files
mlopezFCjavier-godoy
authored andcommitted
fix: use correct color for selected menu item
1 parent 6325da0 commit 010898b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/resources/META-INF/resources/frontend/fc-applayout/fc-fusion-layout.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,12 @@ export class FusionLayout extends LitElement {
109109
110110
.other {
111111
background-color: white;
112+
color: var(--lumo-contrast);
112113
}
113114
.current {
114-
background-color: green;
115+
background-color: var(--lumo-contrast);
116+
color: white;
115117
}
116-
117118
118119
`,
119120
];

0 commit comments

Comments
 (0)