Skip to content

Commit

Permalink
fix: vote button
Browse files Browse the repository at this point in the history
  • Loading branch information
chalabi2 committed Nov 26, 2024
1 parent d429ac8 commit 1a489c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/groups/modals/voteDetailsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ function VoteDetailsModal({
(getButtonState.action === 'remove' &&
!proposal?.proposers?.includes(address ?? ''))
}
className="btn w-full btn-primary text-white rounded-[12px]"
className="btn w-full btn-gradient text-white rounded-[12px]"
onClick={() => {
switch (getButtonState.action) {
case 'execute':
Expand Down

0 comments on commit 1a489c4

Please sign in to comment.