Skip to content

Commit

Permalink
Fixing button style
Browse files Browse the repository at this point in the history
  • Loading branch information
avenmia committed Sep 24, 2024
1 parent 7cd388f commit 7705893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/polis.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Polis: NextPage = () => {
query: { surveyId: id },
}}
>
<button className="btn bg-[#FFF] text-primary-content md:min-w-[200px]">
<button className="btn-primary btn bg-[#FFF] text-primary-content md:min-w-[200px]">
{title}
</button>
</Link>
Expand Down

0 comments on commit 7705893

Please sign in to comment.