diff --git a/src/components/viewtypes/styled.tsx b/src/components/viewtypes/styled.tsx index f63e5ba..ba8406c 100644 --- a/src/components/viewtypes/styled.tsx +++ b/src/components/viewtypes/styled.tsx @@ -4,7 +4,7 @@ import { Button, Table } from 'rsuite'; export const TableLinkButton = styled(Button)<{ subtitle?: string; active?: boolean; - fontsize?: string; + font?: string; }>` font-size: ${(props) => props.fontsize}; background: transparent;