Restyled cards, background and shadows

This commit is contained in:
Alejandro Celaya
2020-12-12 10:56:10 +01:00
parent bf1b59c0d8
commit 143a05cab1
10 changed files with 26 additions and 14 deletions

View File

@@ -30,7 +30,7 @@ interface MessageProps {
}
const Message: FC<MessageProps> = ({ children, loading = false, noMargin = false, type = 'default' }) => {
const cardClasses = classNames('bg-light', getClassForType(type), { 'mt-4': !noMargin });
const cardClasses = classNames(getClassForType(type), { 'mt-4': !noMargin });
return (
<div className="col-md-10 offset-md-1">