Browse Source

Fix table button font prop

master
jeffvli 3 years ago
parent
commit
5b04fecc83
  1. 2
      src/components/viewtypes/styled.tsx

2
src/components/viewtypes/styled.tsx

@ -4,7 +4,7 @@ import { Button, Table } from 'rsuite';
export const TableLinkButton = styled(Button)<{ export const TableLinkButton = styled(Button)<{
subtitle?: string; subtitle?: string;
active?: boolean; active?: boolean;
fontsize?: string; font?: string;
}>` }>`
font-size: ${(props) => props.fontsize}; font-size: ${(props) => props.fontsize};
background: transparent; background: transparent;

Loading…
Cancel
Save