Skip to content

Commit 27eb972

Browse files
authored
Update code.js
Signed-off-by: Naman Verma <[email protected]>
1 parent 1639d96 commit 27eb972

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,6 @@ const StyledTableCell = styled(TableCell)(({ theme }) => ({
543543

544544
const StyledHeaderCell = styled(StyledTableCell)(({ theme }) => ({
545545
fontWeight: 600,
546-
color: theme.palette.background.default,
547546
}));
548547

549548
const ColorCode = () => {
@@ -903,4 +902,4 @@ const ColorCode = () => {
903902
);
904903
};
905904

906-
export default ColorCode;
905+
export default ColorCode;

0 commit comments

Comments
 (0)