fix(ui) - meta list more popup color
This commit is contained in:
parent
45ccfc38c6
commit
7c86cd08eb
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ export default ({
|
|||
delay = 1000,
|
||||
disabled = false,
|
||||
arrow = true,
|
||||
theme = 'dark',
|
||||
...props
|
||||
}: Props) => (
|
||||
<Tooltip
|
||||
|
|
@ -33,6 +34,7 @@ export default ({
|
|||
delay={delay}
|
||||
hideOnClick={true}
|
||||
hideOnScroll={true}
|
||||
theme={theme}
|
||||
>
|
||||
{ props.children }
|
||||
</Tooltip>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue