mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +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 => {
|
const Segment = ({ children }:SegmentProps): JSX.Element => {
|
||||||
return (
|
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}
|
{children}
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user