We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2ec8e commit 7ad6519Copy full SHA for 7ad6519
src/components/Roadmap/RoadmapActionCard/index.tsx
@@ -35,8 +35,8 @@ const RoadmapActionCard = ({
35
const imgSrc = images[image] ?? images.futureProofing
36
37
return (
38
- <LinkBox className="flex flex-col border border-border">
39
- <Center className="h-[260px] bg-main-gradient">
+ <LinkBox className="flex flex-col border">
+ <Center className="h-[260px] bg-gradient-main">
40
<TwImage src={imgSrc} alt={alt} style={{ objectFit: "contain" }} />
41
</Center>
42
<Flex className="flex-1 flex-col justify-between gap-4 p-6">
0 commit comments