Skip to content

Commit

Permalink
chore: styles
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Phelps <[email protected]>
  • Loading branch information
markphelps committed Feb 10, 2025
1 parent df6435a commit 13c543a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ui/src/components/UnsavedChangesModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ export function UnsavedChangesModal(props: UnsavedChangesModalState) {
You have unsaved changes. Would you like to save them before
leaving?
</Dialog.Description>
<div className="mt-4 flex justify-between">
<Button onClick={onClose}>Cancel</Button>
<div className="mt-8 flex justify-between">
<Button variant="ghost" onClick={onClose}>
Cancel
</Button>
<div className="space-x-3">
<Button variant="secondary" onClick={onDiscard}>
Discard Changes
Expand Down

0 comments on commit 13c543a

Please sign in to comment.