Skip to content

Commit

Permalink
update popup msg Next button raduis
Browse files Browse the repository at this point in the history
  • Loading branch information
Janith Rathnayaka committed May 9, 2024
1 parent 4b1b5ed commit 3c719f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pages/popupmessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const PopupMessage = () => {
<span className="text-sm text-gray-600">{`${currentPage + 1} of ${totalPages}`}</span>
<button
onClick={handleNext}
className="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded-r focus:outline-none focus:ring-2 focus:ring-blue-500"
className="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 focus:outline-none focus:ring-2 focus:ring-blue-500"
>
Next
</button>
Expand Down

0 comments on commit 3c719f0

Please sign in to comment.