Fix alignment of info icon (#895)
This commit is contained in:
parent
b379e7467f
commit
8d49c034c6
|
@ -11,7 +11,7 @@ export default function Info ({ children, label, iconClassName = 'fill-theme-col
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
showModal(onClose => children)
|
showModal(onClose => children)
|
||||||
}}
|
}}
|
||||||
className='pointer'
|
className='d-flex align-items-center pointer'
|
||||||
>
|
>
|
||||||
<InfoIcon
|
<InfoIcon
|
||||||
width={18} height={18} className={`${iconClassName} mx-1`}
|
width={18} height={18} className={`${iconClassName} mx-1`}
|
||||||
|
|
Loading…
Reference in New Issue