Skip to content

Commit 42998c7

Browse files
authored
fix(ui5-tabcontainer): fix box-shadow (#1829)
1 parent 58f3f43 commit 42998c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/main/src/themes/TabContainer.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
align-items: center;
2121
height: var(--_ui5_tc_header_height);
2222
background-color: var(--sapObjectHeader_Background);
23-
border-bottom: var(--_ui5_tc_header_border_bottom);
24-
box-shadow: var(--_ui5_tc_header_box_shadow);
23+
box-shadow: var(--sapContent_HeaderShadow);
2524
box-sizing: border-box;
2625
}
2726

0 commit comments

Comments
 (0)