style: added padding y

This commit is contained in:
원더 2021-01-30 14:00:02 +09:00
parent e05586741a
commit e63c804f59

View File

@ -1,6 +1,6 @@
const Segment = ({ children }:SegmentProps): JSX.Element => {
return (
<div className='px-7 text-black dark:text-white dark:bg-discord-black bg-little-white rounded-sm'>
<div className='py-3 px-7 text-black dark:text-white dark:bg-discord-black bg-little-white rounded-sm'>
{children}
</div>
)