Bob AI: Make the buttons inside of the cards purple
This commit is contained in:
@@ -161,7 +161,7 @@ const FeatureCardTwentyFive = ({
|
|||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-5">
|
<div className="mt-5">
|
||||||
<button className="bg-primary text-background px-4 py-2 rounded-theme transition-colors hover:bg-primary-hover">
|
<button className="bg-purple-500 text-background px-4 py-2 rounded-theme transition-colors hover:bg-purple-600">
|
||||||
Take a Look at Dishes
|
Take a Look at Dishes
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user