Skip to content

Commit

Permalink
theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivanshPlays committed Nov 4, 2024
1 parent 1e45235 commit 49afe7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scruter-nextjs/app/(routes)/FAQ/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const FAQForum = () => {
setActiveIndex(activeIndex === index ? null : index);
};

const roseGoldColor = "bg-pink-500"; // Adjust this to the desired shade of rose gold
const roseGoldColor = "bg-gray-200"; // Adjust this to the desired shade of rose gold

return (
<motion.div
Expand Down Expand Up @@ -42,7 +42,7 @@ const FAQForum = () => {
transition={{ duration: 0.4 }}
>
<button
className="w-full text-left p-5 text-white rounded-lg focus:outline-none"
className="w-full text-left p-5 rounded-lg focus:outline-none"
onClick={() => toggleFAQ(index)}
>
<div className="flex justify-between items-center">
Expand Down

0 comments on commit 49afe7a

Please sign in to comment.