Skip to content

Commit

Permalink
Update look of badges in datamap report
Browse files Browse the repository at this point in the history
  • Loading branch information
lucanovera committed Jan 14, 2025
1 parent 52c417d commit b30a40a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions clients/admin-ui/src/features/common/table/v2/cells.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,7 @@ export const DefaultCell = <T,>({
};

const FidesBadge = ({ children, ...props }: BadgeProps) => (
<Badge
textTransform="none"
fontWeight="400"
fontSize="xs"
lineHeight={4}
py={1}
{...props}
variant="taxonomy"
>
<Badge {...props} variant="taxonomy">
{children}
</Badge>
);
Expand Down

0 comments on commit b30a40a

Please sign in to comment.