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

tweaks on rewards #235

Merged
merged 1 commit into from
Oct 29, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;
NejcZdovc marked this conversation as resolved.
Show resolved Hide resolved
`

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