mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-25 01:52:45 +03:00
feat(Table): use contentstyle prop to adjust topRows style
This commit is contained in:
parent
26adac01c3
commit
ecede8d196
@ -147,6 +147,7 @@ export class Table extends React.Component {
|
||||
backgroundColor: this.props.noColor ? null : ac[c.key].color,
|
||||
flexShrink,
|
||||
}}
|
||||
contentstyle={c.contentstyle}
|
||||
tooltip={c.tooltip}
|
||||
>
|
||||
{text}
|
||||
|
Loading…
Reference in New Issue
Block a user