Skip to content

Commit

Permalink
remove unused styling on table
Browse files Browse the repository at this point in the history
  • Loading branch information
jpople committed Sep 7, 2023
1 parent c809cf9 commit 40e6101
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const DataUseCheckboxTable = ({
return (
<Table variant="unstyled" size="sm" border="1px" borderColor="gray.200">
<Thead border="1px" borderColor="gray.200" backgroundColor="gray.50">
<Tr sx={{ "border-collapse": "separate" }}>
<Tr>
<Th width={3} borderRight="1px" borderRightColor="gray.200">
<Checkbox
py={2}
Expand Down

0 comments on commit 40e6101

Please sign in to comment.