|
@ -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; |
|
|