From 1c475fa9ddde1d44829a1141243234970d38f0cc Mon Sep 17 00:00:00 2001 From: Gerard Date: Mon, 30 Dec 2024 19:19:04 +0100 Subject: [PATCH] fixed issue table --- src/components/Organization/Dashboard/ProcessesList.tsx | 2 +- src/theme/components/table.ts | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/src/components/Organization/Dashboard/ProcessesList.tsx b/src/components/Organization/Dashboard/ProcessesList.tsx index 7e1d74d2..059ac052 100644 --- a/src/components/Organization/Dashboard/ProcessesList.tsx +++ b/src/components/Organization/Dashboard/ProcessesList.tsx @@ -15,7 +15,7 @@ const ProcessesList = ({ processes }: ProcessesListProps) => { return ( - +
diff --git a/src/theme/components/table.ts b/src/theme/components/table.ts index c90cf5fe..5d3dca5d 100644 --- a/src/theme/components/table.ts +++ b/src/theme/components/table.ts @@ -37,12 +37,6 @@ const baseStyle = definePartsStyle((props) => ({ }, tr: { position: 'relative', - borderBottom: '1.5px solid', - borderColor: 'table.border_color.light', - - _dark: { - borderColor: 'table.border_color.dark', - }, }, }))
{t('process_list.title', { defaultValue: 'Title' })}