Skip to content

Commit

Permalink
fixed issue table
Browse files Browse the repository at this point in the history
  • Loading branch information
gerouvi committed Dec 30, 2024
1 parent f34e3d2 commit 1c475fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion src/components/Organization/Dashboard/ProcessesList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const ProcessesList = ({ processes }: ProcessesListProps) => {

return (
<TableContainer>
<Table>
<Table variant='striped'>
<Thead>
<Tr>
<Th>{t('process_list.title', { defaultValue: 'Title' })}</Th>
Expand Down
6 changes: 0 additions & 6 deletions src/theme/components/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
},
}))

Expand Down

0 comments on commit 1c475fa

Please sign in to comment.