fix: dropdown svg margin that move the text from the center (#51187)

This commit is contained in:
Muhammed Mustafa
2023-08-09 12:29:27 +03:00
committed by GitHub
parent 50eff882cd
commit 0fd22eba53

View File

@@ -56,7 +56,7 @@ const DropDownButton = ({
{children}
<FontAwesomeIcon
icon={dropup ? faCaretUp : faCaretDown}
className='mt-2 mx-2 h-3'
className='mx-2 h-3'
aria-hidden='true'
/>
</Menu.Button>