Skip to content

Commit

Permalink
refactor: table sorting style
Browse files Browse the repository at this point in the history
  • Loading branch information
topliceanurazvan committed Dec 12, 2023
1 parent 5fea953 commit 4694e27
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/web/src/styles/globalStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,12 @@ export const GlobalStyle = createGlobalStyle`
/* Table */
.ant-table-row .ant-table-column-sort {
background-color: transparent;
}
.ant-table-thead .ant-table-cell {
background-color: ${Colors.slate800};
background-color: ${Colors.slate800} !important;
color: ${Colors.slate400};
font-weight: 400;
Expand Down

0 comments on commit 4694e27

Please sign in to comment.