We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abcafeb commit f390468Copy full SHA for f390468
web-marketplace/src/components/organisms/ProjectDashboardBanner/ProjectDashboardBanner.tsx
@@ -130,7 +130,7 @@ const ProjectDashboardBanner = ({
130
</div>
131
132
{/* Overlay */}
133
- <div className="absolute inset-0 bg-grey-700 bg-opacity-20" />
+ <div className="absolute inset-0 bg-[#000] bg-opacity-20" />
134
135
{/* Content */}
136
<div className="relative z-10 p-20 pb-30 flex flex-col">
0 commit comments