Skip to content

Commit

Permalink
resolve merge conflicts / incorporate changes given new component modals
Browse files Browse the repository at this point in the history
  • Loading branch information
ismarjiw committed Oct 6, 2023
1 parent 118c58f commit a8c478c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Modal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ export function Modal({
variant="secondary"
type="button"
onClick={() => setShowModal(false)}
className="text-2xl mb-3 mr-2 sm:mr-3"
className="text-2xl mb-3 mr-2 sm:mr-3 border-2 focus:border-mx-auto focus:-rotate-90 focus:sm:rotate-0 focus:border-blue-600"
/>
<Button
text="CONFIRM"
variant="primarySmall"
type="button"
onClick={confirmationAction}
className="text-2xl mb-3 ml-2 sm:ml-3"
className="text-2xl mb-3 ml-2 sm:ml-3 border-2 focus:border-mx-auto focus:-rotate-90 focus:sm:rotate-0 focus:border-blue-600"
/>
</div>
</TEModalBody>
Expand Down

0 comments on commit a8c478c

Please sign in to comment.