1
0
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:
slowbackspace 2019-01-20 00:15:54 +01:00
parent 7f07564ab6
commit 1280800c91

View File

@ -22,6 +22,7 @@ const Wrapper = styled.button`
border: 1px solid ${colors.DIVIDER};
background: ${colors.WHITE};
transition: all 0.3s;
cursor: pointer;
&:first-child {
margin-left: 0px;