Remove redundant class bg-base-100

This commit is contained in:
Ariful Alam 2022-03-19 20:27:23 +06:00
parent 206ae1c8b6
commit 7a935e9cb5

View File

@ -61,7 +61,7 @@ const Details = ({ profile, loading }) => {
return (
<div className="card shadow-lg compact bg-base-100">
<div className="card-body">
<div className="bg-base-100 text-base-content text-opacity-60">
<div className="text-base-content text-opacity-60">
{loading || !profile ? (
renderSkeleton()
) : (