Fix alignment of info icon (#895)

This commit is contained in:
ekzyis 2024-03-05 23:27:29 +01:00 committed by GitHub
parent b379e7467f
commit 8d49c034c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export default function Info ({ children, label, iconClassName = 'fill-theme-col
e.preventDefault()
showModal(onClose => children)
}}
className='pointer'
className='d-flex align-items-center pointer'
>
<InfoIcon
width={18} height={18} className={`${iconClassName} mx-1`}