mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
chore: removed magin for message
This commit is contained in:
parent
35071db446
commit
97a969b206
@ -1,7 +1,7 @@
|
||||
import { MessageColor } from '@utils/Constants'
|
||||
|
||||
const Message = ({ type, children }:MessageProps):JSX.Element => {
|
||||
return <div className={`${MessageColor[type]} px-6 py-4 my-4 rounded-md text-base mx-auto w-full`}>
|
||||
return <div className={`${MessageColor[type]} px-6 py-4 rounded-md text-base mx-auto w-full`}>
|
||||
{children}
|
||||
</div>
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user