Browse Source

Remove pointless attribute

The table doesn't have a visible border, no need to set rounding.
debug-collab-settlement
Thomas Eizinger 3 years ago
parent
commit
425fff8303
No known key found for this signature in database GPG Key ID: 651AC83A6C6C8B96
  1. 2
      taker-frontend/src/components/History.tsx

2
taker-frontend/src/components/History.tsx

@ -83,7 +83,7 @@ const CfdDetails = ({ cfd }: CfdDetailsProps) => {
return (
<HStack bg={useColorModeValue("gray.100", "gray.700")} rounded={5}>
<Center rounded={5} h={"100%"}>
<Center h={"100%"}>
<Table variant="striped" colorScheme="gray" size="sm">
<Tbody>
<Tr>

Loading…
Cancel
Save