Skip to content

Commit 041008f

Browse files
committed
fix(AnalyticalTable): fix pop-in content styles (#6170)
Fixes #5977
1 parent 274b396 commit 041008f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

packages/main/src/components/AnalyticalTable/defaults/Column/PopIn.module.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22
width: 100%;
33
}
44

5-
.defaultCell {
6-
font-family: var(--sapFontBoldFamily);
7-
* {
8-
font-family: var(--sapFontBoldFamily);
9-
}
5+
.defaultCell > :first-child {
6+
padding-block-start: 0.25rem;
107
}
118

129
.header {
10+
color: var(--sapContent_LabelColor);
1311
height: 16px;
1412
}

0 commit comments

Comments
 (0)