Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #235 from brave/rewards-header
Browse files Browse the repository at this point in the history
tweaks on rewards
  • Loading branch information
NejcZdovc authored Oct 29, 2018
2 parents 1613af7 + 9836fdb commit 195adf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/features/rewards/box/__snapshots__/spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ exports[`Box tests basic tests matches the snapshot 1`] = `
-moz-letter-spacing: normal;
-ms-letter-spacing: normal;
letter-spacing: normal;
color: #a4aeb8;
color: #838391;
}
.c14 {
Expand Down
2 changes: 1 addition & 1 deletion src/features/rewards/box/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const StyledDescription = styled<{}, 'div'>('div')`
font-size: 14px;
line-height: 1.29;
letter-spacing: normal;
color: #a4aeb8;
color: #838391;
`

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

0 comments on commit 195adf8

Please sign in to comment.