Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
parity-signer-companion
Commits
5b3ed06e
Unverified
Commit
5b3ed06e
authored
Apr 20, 2022
by
Andrei Eres
Committed by
GitHub
Apr 20, 2022
Browse files
Improve QR recognition with light border (#108)
parent
26a6758f
Pipeline
#189359
passed with stages
in 1 minute and 28 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/ui/accounts/ImportQr.tsx
View file @
5b3ed06e
...
...
@@ -104,4 +104,9 @@ export default styled(ImportQr)`
font-size: 4rem;
line-height: 1;
}
.scanner {
border: 0.2rem solid var(--color-white);
border-radius: 0.2rem;
}
`
src/ui/global/GlobalStyle.tsx
View file @
5b3ed06e
...
...
@@ -17,6 +17,7 @@ export const GlobalStyle = createGlobalStyle`
--transition: 0.1s;
--shadow: 0px 4px 10px #000000;;
--color-white: #fff;
--color-orange: #d73400;
--color-pink: #ff4077;
--color-gray-lightest: #cccccc;
...
...
src/ui/requests/SigningRequest.tsx
View file @
5b3ed06e
...
...
@@ -151,6 +151,8 @@ export default styled(Request)`
.scanner {
position: relative;
border: 0.2rem solid var(--color-white);
border-radius: 0.2rem;
}
.spacer {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment