fix notification margin
This commit is contained in:
parent
1ff13fb786
commit
3223d6a8a1
@ -35,7 +35,7 @@ const Notification = ({ type, text, actionButtons }) => {
|
|||||||
const { icon, color } = getIconData();
|
const { icon, color } = getIconData();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="mx-2 p-2 flex flex-col bg-common-bright rounded">
|
<div className="mx-2 mt-2 p-2 flex flex-col bg-common-bright rounded">
|
||||||
<div className="flex flex-grow">
|
<div className="flex flex-grow">
|
||||||
<Icon name={icon} className={classnames('w-5', color)} />
|
<Icon name={icon} className={classnames('w-5', color)} />
|
||||||
<span className="text-base text-black ml-2">{text}</span>
|
<span className="text-base text-black ml-2">{text}</span>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user