@ssa-ui-kit/core 2.20.1 → 2.20.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -17172,7 +17172,10 @@ const NestedTableRow = ({
|
|
|
17172
17172
|
setIsCollapsed
|
|
17173
17173
|
} = useNestedTableRowContext();
|
|
17174
17174
|
const headerCSS = isSubHeader ? {
|
|
17175
|
-
background: theme.colors.greyLighter60
|
|
17175
|
+
background: theme.colors.greyLighter60,
|
|
17176
|
+
'& td': {
|
|
17177
|
+
fontWeight: 700
|
|
17178
|
+
}
|
|
17176
17179
|
} : {
|
|
17177
17180
|
background: theme.colors.white
|
|
17178
17181
|
};
|