Skip to content

Commit

Permalink
Remvoes additional padding for monthly banner
Browse files Browse the repository at this point in the history
  • Loading branch information
NejcZdovc committed Apr 10, 2020
1 parent 7f5f450 commit ecc641a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export default class Donate extends React.PureComponent<Props, State> {
{children}
</StyledContent>

<StyledSend monthly={isMonthly}>
<StyledSend>
<StyledButtonWrapper>
<SendButton
monthly={isMonthly}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const StyledSend = styled<StyleProps, 'div'>('div')`
border: none;
width: 100%;
text-align: left;
padding-bottom: ${p => p.monthly ? 20 : 13}px;
padding-bottom: 13px;
`

export const StyledSendButton = styled<StyleProps, 'button'>('button')`
Expand Down

0 comments on commit ecc641a

Please sign in to comment.