Skip to content

Commit

Permalink
Fixed overseas
Browse files Browse the repository at this point in the history
  • Loading branch information
Arshnoorkc13 committed Jun 18, 2024
1 parent 3ae8d85 commit 733de9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/votingOptions/DropDownInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ const DropDownInfo = () => {
</Typography>
)}
{item.content.buttonEx2Text && (
<ButtonFillEx name={item.content.buttonEx2Text} link={item.content.buttonEx2Link} className='h-16 p-5 mt-8 rounded-full bg-blue-700 text-white' />
<ButtonFillEx name={item.content.buttonEx2Text} link={item.content.buttonEx2Link} variant='outlined' className='p-4 m-4 rounded-full bg-white text-blue-700 border-blue-800 hover:bg-gray-200' />

)}
</AccordionDetails>
Expand Down

0 comments on commit 733de9a

Please sign in to comment.