mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-26 02:24:44 +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,
|
backgroundColor: this.props.noColor ? null : ac[c.key].color,
|
||||||
flexShrink,
|
flexShrink,
|
||||||
}}
|
}}
|
||||||
|
contentstyle={c.contentstyle}
|
||||||
tooltip={c.tooltip}
|
tooltip={c.tooltip}
|
||||||
>
|
>
|
||||||
{text}
|
{text}
|
||||||
|
Loading…
Reference in New Issue
Block a user