Remove redundant class bg-base-100
This commit is contained in:
parent
206ae1c8b6
commit
7a935e9cb5
@ -61,7 +61,7 @@ const Details = ({ profile, loading }) => {
|
|||||||
return (
|
return (
|
||||||
<div className="card shadow-lg compact bg-base-100">
|
<div className="card shadow-lg compact bg-base-100">
|
||||||
<div className="card-body">
|
<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 ? (
|
{loading || !profile ? (
|
||||||
renderSkeleton()
|
renderSkeleton()
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user