mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
feat: added Segment
This commit is contained in:
parent
63d112cdb2
commit
1c48843b3d
7
components/Segment.tsx
Normal file
7
components/Segment.tsx
Normal file
@ -0,0 +1,7 @@
|
||||
const Segment = ({ children }):JSX.Element => {
|
||||
return <div className='bg-little-white dark:bg-discord-black text-black dark:text-white p-5 rounded-sm'>
|
||||
{children}
|
||||
</div>
|
||||
}
|
||||
|
||||
export default Segment
|
||||
Loading…
x
Reference in New Issue
Block a user