chore: removed padding y to make height same with other buttons

This commit is contained in:
원더 2021-02-12 11:41:58 +09:00
parent a23d02f518
commit 52a022c483

View File

@ -91,7 +91,7 @@ const Bots: NextPage<BotsProps> = ({ data, date, user, footerControl, theme, set
<h4> <h4>
<i className='fas fa-heart text-red-600' /> <i className='fas fa-heart text-red-600' />
</h4> </h4>
<span className='ml-1 px-2 py-1 text-center text-black dark:text-gray-400 text-sm bg-little-white-hover dark:bg-very-black rounded-lg'> <span className='ml-1 px-2 text-center text-black dark:text-gray-400 text-sm bg-little-white-hover dark:bg-very-black rounded-lg'>
{formatNumber(data.votes)} {formatNumber(data.votes)}
</span> </span>
</LongButton> </LongButton>