Skip to content

Commit 97dfb3a

Browse files
ManoloManolo
Manolo
authored and
Manolo
committed
modify table color
1 parent cf895fd commit 97dfb3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/modules/users/list/users.styles.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ export const table = css`
1313
`;
1414

1515
export const head = css`
16-
background-color: ${theme.palette.common.black};
17-
color: ${theme.palette.common.white};
16+
background-color: ${theme.palette.primary.dark};
17+
color: ${theme.palette.primary.contrastText};
1818
`;
1919

2020
export const row = css`
2121
&:nth-of-type(odd) {
22-
background-color: ${theme.palette.action.hover};
22+
background-color: ${theme.palette.grey[100]};
2323
}
2424
`;
2525

0 commit comments

Comments
 (0)