Skip to content

Commit f3dab01

Browse files
authored
fix(Toolbar - compat): apply same bg colors as ui5-webcomponents Toolbar (#7221)
Fixes #7220
1 parent a95e2c8 commit f3dab01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compat/src/components/Toolbar/Toolbar.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
}
6161

6262
.solid {
63-
background-color: var(--sapToolbar_Background);
63+
background-color: var(--sapList_HeaderBackground);
6464
}
6565

6666
.transparent {

0 commit comments

Comments
 (0)