mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-30 20:28:09 +00:00
cursor pointer on buttons in Pin modal
This commit is contained in:
parent
7f07564ab6
commit
1280800c91
@ -22,6 +22,7 @@ const Wrapper = styled.button`
|
|||||||
border: 1px solid ${colors.DIVIDER};
|
border: 1px solid ${colors.DIVIDER};
|
||||||
background: ${colors.WHITE};
|
background: ${colors.WHITE};
|
||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
|
Loading…
Reference in New Issue
Block a user