Skip to content

Commit

Permalink
ORV2-2824 - FE: Update status - Change leave application warning modal (
Browse files Browse the repository at this point in the history
#1598)

Co-authored-by: GlenAOT <[email protected]>
  • Loading branch information
glen-aot and glen-aot authored Sep 16, 2024
1 parent aeb7770 commit b86eeb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
flex-direction: row;
align-items: center;
padding: 1em;
color: orbcStyles.$bc-messages-gold-text;
color: orbcStyles.$bc-black;
background-color: orbcStyles.$bc-background-light-grey;
font-size: 1.2rem;
}
Expand All @@ -19,7 +19,7 @@
justify-content: center;
align-items: center;
border-radius: 50%;
background-color: orbcStyles.$bc-messages-gold-text;
background-color: orbcStyles.$bc-black;
margin-right: 0.5em;

.warning-icon {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,14 @@ export const LeaveApplicationDialog = ({
<strong>Are you sure you want to leave?</strong>
</div>
<div className="leave-application-dialog__content">
<p>
You have unsaved changes. If you leave, all your changes will be lost.
</p>
<p>This action cannot be undone.</p>
<p>Your application progress will be lost if you haven&apos;t saved.</p>
</div>
<div className="leave-application-dialog__actions">
<Button
className="leave-action leave-action--discard"
onClick={onLeaveUnsaved}
>
Discard Changes
Leave Application
</Button>
<Button
className="leave-action leave-action--back"
Expand Down

0 comments on commit b86eeb4

Please sign in to comment.