mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
style: added padding y
This commit is contained in:
parent
e05586741a
commit
e63c804f59
@ -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>
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user