Skip to content

Commit

Permalink
lumen wrap background fix (keybase#23443)
Browse files Browse the repository at this point in the history
* fix lumen background wrapping issue

* WIP
  • Loading branch information
chrisnojima authored Apr 3, 2020
1 parent bfd6380 commit be001a9
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 56 deletions.
21 changes: 13 additions & 8 deletions shared/chat/payments/status/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,22 @@ class PaymentStatus extends React.Component<Props, State> {
ref={this.statusRef}
type="BodyExtrabold"
allowFontScaling={!!this.props.allowFontScaling}
style={styles[this.props.status]}
onClick={this._showPopup}
>
{' '}
{this.props.text}{' '}
<Kb.Icon
type={getIcon(this.props.status)}
fontSize={12}
boxStyle={styles.iconBoxStyle}
color={statusColor(this.props.status)}
/>{' '}
<Kb.Text
type="BodyExtrabold"
allowFontScaling={!!this.props.allowFontScaling}
style={styles[this.props.status]}
>
{this.props.text}{' '}
<Kb.Icon
type={getIcon(this.props.status)}
fontSize={12}
boxStyle={styles.iconBoxStyle}
color={statusColor(this.props.status)}
/>
</Kb.Text>{' '}
</Kb.Text>
)
const popups = this.props.isSendError ? (
Expand Down
108 changes: 60 additions & 48 deletions shared/stories/__tests__/__snapshots__/Storyshots.test.js.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be001a9

Please sign in to comment.