Skip to content

Commit

Permalink
gradient and spacing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed May 6, 2024
1 parent 6207997 commit d650cb4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const Disclaimer = styled(Box)({
fontStyle: 'normal',
fontWeight: 400,
lineHeight: '24px',
marginBottom: '80px',
marginBottom: '140px',
'& header': {
fontWeight: 500,
'& svg': {
Expand All @@ -137,7 +137,7 @@ const Disclaimer = styled(Box)({
},
},
borderRadius: 'var(--corner-radius-8, 8px)',
background: 'var(--gradient-light-green-blue, linear-gradient(270deg, #E4E8F7 0%, #C6F7ED 99.98%))',
background: 'var(--gradient-light-green-blue, linear-gradient(340deg, #C6F7ED 10%, #E4E8F7 60%))',
padding: 'var(--spacing-12, 12px) var(--spacing-16, 16px) var(--spacing-16, 16px) var(--spacing-16, 16px)'
});

Expand Down Expand Up @@ -298,7 +298,7 @@ export default class BuySellDialog extends Component<Props, State> {
isSubmitting: state.isSubmitting,
}
]}
styleOverride={{ width: '648px', height: '638px' }}
styleOverride={{ width: '648px' }}
styleFlags={{ contentNoTopPadding: true }}
>
<Tabs
Expand Down

0 comments on commit d650cb4

Please sign in to comment.