Skip to content

Commit

Permalink
Improve QR code recognition on dark theme (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruch authored and Kamil Dąbrowski committed Dec 18, 2019
1 parent a065fc8 commit 5488103
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/extension-ui/src/Popup/Accounts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ const QrButton = styled(Button)`
const AccountsArea = styled.div`
height: 100%;
overflow-y: scroll;
margin-top: -25px;
padding-top: 25px;
scrollbar-width: none;
&::-webkit-scrollbar {
Expand Down
5 changes: 4 additions & 1 deletion packages/extension-ui/src/Popup/Signing/Qr.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ const ScanButton = styled(Button)`
const QrArea = styled.div`
width: 65%;
margin: 5px auto 10px auto;
border: white solid 1px;
img {
border: white solid 1px;
}
`;

export default styled(Qr)`
Expand Down

0 comments on commit 5488103

Please sign in to comment.