Skip to content

Commit

Permalink
text color updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hmcclew committed Nov 22, 2023
1 parent f613f97 commit 47972df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/components/AccountSideBar.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState } from 'react';
import { useState } from 'react';

const AccountSideBar = () => {
const [isGiftingOpen, setIsGiftingOpen] = useState(false);
Expand Down
4 changes: 3 additions & 1 deletion client/src/pages/RequestPurchaseSuccess.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ const RequestPurchaseSuccess = () => {
<div style={{ textAlign: 'left' }}>
<div style={{ marginBottom: '100px', marginTop: "100px" }}>Gifting</div>
<div className="text-A65A5A" style={{ marginBottom: '40px' }}>Thank You!</div>
<div style={{width: '835px', fontSize: '24px', marginBottom: '40px'}}> We have received your purchase, and you will receive an order confirmation email shortly to [email protected].
<div style={{width: '835px', fontSize: '24px', marginBottom: '40px'}}>
We have received your purchase, and you will receive an order confirmation email shortly to
<span style={{ color: '#BC2C36' }}> [email protected]</span>.
In the meantime, submit a request to Cait, or explore her curated gift selections for any occasion!</div>
</div>
<div className="flex flex-row space-x-2">
Expand Down

0 comments on commit 47972df

Please sign in to comment.