meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
2 changed files with
2 additions and
1 deletions
-
src/components/base/AccountsList/index.js
-
src/components/modals/Receive/steps/03-step-confirm-address.js
|
|
@ -86,6 +86,7 @@ class AccountsList extends Component< |
|
|
|
{withToggleAll && ( |
|
|
|
<FakeLink |
|
|
|
ml="auto" |
|
|
|
ff="Museo Sans|Regular" |
|
|
|
onClick={isAllSelected ? this.onUnselectAll : this.onSelectAll} |
|
|
|
fontSize={3} |
|
|
|
style={{ lineHeight: '10px' }} |
|
|
|
|
|
@ -74,7 +74,7 @@ const Container = styled(Box).attrs({ |
|
|
|
})`` |
|
|
|
|
|
|
|
const Title = styled(Box).attrs({ |
|
|
|
ff: 'Museo Sans|Regular', |
|
|
|
ff: 'Open Sans|SemiBold', |
|
|
|
fontSize: 6, |
|
|
|
mb: 1, |
|
|
|
})`` |
|
|
|