From 4694e270ae2fe3dfc934b3d989d952404d19a976 Mon Sep 17 00:00:00 2001 From: Topliceanu Razvan <47887589+topliceanurazvan@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:27:26 +0200 Subject: [PATCH] refactor: table sorting style --- packages/web/src/styles/globalStyles.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/web/src/styles/globalStyles.ts b/packages/web/src/styles/globalStyles.ts index 23def9174..b82887b51 100644 --- a/packages/web/src/styles/globalStyles.ts +++ b/packages/web/src/styles/globalStyles.ts @@ -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;