Skip to content

Commit f390468

Browse files
committed
chore: use #000
1 parent abcafeb commit f390468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-marketplace/src/components/organisms/ProjectDashboardBanner/ProjectDashboardBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const ProjectDashboardBanner = ({
130130
</div>
131131

132132
{/* Overlay */}
133-
<div className="absolute inset-0 bg-grey-700 bg-opacity-20" />
133+
<div className="absolute inset-0 bg-[#000] bg-opacity-20" />
134134

135135
{/* Content */}
136136
<div className="relative z-10 p-20 pb-30 flex flex-col">

0 commit comments

Comments
 (0)