Skip to content

Commit

Permalink
tweak styles on claimable payments in chat (keybase#20182)
Browse files Browse the repository at this point in the history
  • Loading branch information
xgess authored Oct 7, 2019
1 parent 953d08a commit 488aeda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shared/chat/payments/status/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const getIcon = status => {
case 'completed':
return 'iconfont-success'
case 'claimable':
return 'iconfont-time'
return 'iconfont-success'
case 'pending':
return 'iconfont-time'
case 'error':
Expand Down Expand Up @@ -124,9 +124,9 @@ const styles = Styles.styleSheetCreate(
() =>
({
claimable: {
backgroundColor: Styles.globalColors.black_05OrBlack_60,
backgroundColor: Styles.globalColors.purple_10OrPurple,
borderRadius: Styles.globalMargins.xxtiny,
color: Styles.globalColors.black_50OrWhite,
color: Styles.globalColors.purpleDarkOrWhite,
},
claimableIcon: {},
completed: {
Expand Down

0 comments on commit 488aeda

Please sign in to comment.