Skip to content

Commit

Permalink
fix: change quote detail product notes color and terms and conditons …
Browse files Browse the repository at this point in the history
…styles
  • Loading branch information
CarlLiu2023 authored and kris-liu-smile committed Apr 18, 2023
1 parent fe48225 commit f7d72fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const QuoteDetailTable = (props: ShoppingDetailTableProps, ref: Ref<unknown>) =>
row.notes && (
<Typography
variant="body1"
color="#616161"
color="#ED6C02"
sx={{
fontSize: '0.9rem',
whiteSpace: 'pre-wrap',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,14 @@ export const QuoteTermsAndConditions = (props: QuoteTermsAndConditionsProps) =>
>
<Box sx={{
padding: '16px 0',
width: '288px',
height: '545px',
whiteSpace: 'pre-line',
overflow: 'auto',
}}
>
<Typography
variant="body1"
style={{
whiteSpace: 'pre-line',
maxWidth: '338px',
maxHeight: '400px',
overflow: 'auto',
}}
>
{quoteLegalTerms}
</Typography>
Expand Down

0 comments on commit f7d72fc

Please sign in to comment.