Skip to content

Commit

Permalink
update ideation page styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-Y-Ko committed Sep 26, 2023
1 parent 60e7d34 commit 673d411
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/ideation/components/CreateIdeationContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ function CreateIdeationContainer() {
<h2 className="text-xl font-semibold text-base-300">
What is your Voyage project idea & vision?
</h2>
<p className="text-base font-medium text-base-300">
<p className="text-base font-medium text-neutral-focus">
We value your ideas! Share your ideas on what our project should be.
Describe your vision to capture what it does and the benefit it will
bring to users.
</p>
</section>
<Button
title="Create Project"
customClassName="w-1/7 btn-primary text-base-200 normal-case"
customClassName="w-1/7 btn-primary text-base-300 normal-case"
>
Create Project
</Button>
Expand Down
2 changes: 1 addition & 1 deletion src/app/ideation/components/VoteCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function VoteCard({ users, voted }: VoteCardProps) {
</div>
<Button
title="Vote"
customClassName="w-full btn-primary disabled:bg-primary-focus disabled:text-base-content"
customClassName="w-full btn-primary text-base-300 disabled:bg-primary-focus disabled:text-base-200"
disabled={voted}
>
{voted ? "Voted" : "Vote"}
Expand Down

0 comments on commit 673d411

Please sign in to comment.