Skip to content

Commit 1639d96

Browse files
committed
Merge branch 'sistent_identity_update' of https://github.com/Namanv0509/layer5 into sistent_identity_update
2 parents e2fc84e + abda639 commit 1639d96

File tree

1 file changed

+4
-2
lines changed
  • src/sections/Projects/Sistent/identity/color

1 file changed

+4
-2
lines changed

src/sections/Projects/Sistent/identity/color/code.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,11 +538,13 @@ const StyledTableCell = styled(TableCell)(({ theme }) => ({
538538
fontSize: "0.875rem",
539539
padding: "0.75rem",
540540
borderBottom: `1px solid ${theme.palette.divider}`,
541+
borderRadius: "4px",
541542
}));
542543

543-
const StyledHeaderCell = styled(StyledTableCell)({
544+
const StyledHeaderCell = styled(StyledTableCell)(({ theme }) => ({
544545
fontWeight: 600,
545-
});
546+
color: theme.palette.background.default,
547+
}));
546548

547549
const ColorCode = () => {
548550
const { isDark } = useStyledDarkMode();

0 commit comments

Comments
 (0)