colors
This commit is contained in:
parent
8806adf216
commit
f775f48bd1
|
@ -28,7 +28,7 @@ const types = {
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function Message({ type, title, items = [] }) {
|
export default function Message({ type, title, items = [] }) {
|
||||||
const { color, icon } = types[type];
|
const { backgroundColor, titleColor, detailsColor, iconColor, icon } = types[type];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={`rounded-md ${backgroundColor} p-4`}>
|
<div className={`rounded-md ${backgroundColor} p-4`}>
|
||||||
|
|
Reference in New Issue