-
Notifications
You must be signed in to change notification settings - Fork 633
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
79 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
export function AlertIcon() { | ||
return ( | ||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<circle cx="12" cy="12" r="9" stroke="#B65757" stroke-width="2" /> | ||
<path d="M12 12L12 7" stroke="#B65757" stroke-width="2" stroke-linecap="round" /> | ||
<path d="M12 16L12 15" stroke="#B65757" stroke-width="2" stroke-linecap="round" /> | ||
<circle cx="12" cy="12" r="9" stroke="#B65757" strokeWidth="2" /> | ||
<path d="M12 12L12 7" stroke="#B65757" strokeWidth="2" stroke-linecap="round" /> | ||
<path d="M12 16L12 15" stroke="#B65757" strokeWidth="2" stroke-linecap="round" /> | ||
</svg> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
export function ErrorIcon() { | ||
return ( | ||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<circle cx="12" cy="12" r="9" stroke="#B65757" stroke-width="2" /> | ||
<path d="M15.5355 8.46446L8.46447 15.5355" stroke="#B65757" stroke-width="2" stroke-linecap="round" /> | ||
<path d="M15.5355 15.5355L8.46447 8.46447" stroke="#B65757" stroke-width="2" stroke-linecap="round" /> | ||
<circle cx="12" cy="12" r="9" stroke="#B65757" strokeWidth="2" /> | ||
<path d="M15.5355 8.46446L8.46447 15.5355" stroke="#B65757" strokeWidth="2" stroke-linecap="round" /> | ||
<path d="M15.5355 15.5355L8.46447 8.46447" stroke="#B65757" strokeWidth="2" stroke-linecap="round" /> | ||
</svg> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
export function SuccessIcon() { | ||
return ( | ||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<circle cx="12" cy="12" r="9" stroke="#2C9B2A" stroke-width="2" /> | ||
<path d="M8 12L10.5 14.5L16 9" stroke="#2C9B2A" stroke-width="2" /> | ||
<circle cx="12" cy="12" r="9" stroke="#2C9B2A" strokeWidth="2" /> | ||
<path d="M8 12L10.5 14.5L16 9" stroke="#2C9B2A" strokeWidth="2" /> | ||
</svg> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 9 additions & 29 deletions
38
src/checkout/sections/PaymentSection/PaymentProcessingScreen.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters