mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-13 20:08:56 +00:00
Tooltip border color
This commit is contained in:
parent
6d9491094b
commit
65dbd943ec
@ -12,7 +12,7 @@ const Wrapper = styled.div`
|
||||
z-index: 1070;
|
||||
display: block;
|
||||
visibility: visible;
|
||||
border: 1px solid ${colors.DIVIDER};
|
||||
border: none;
|
||||
border-radius: 3px;
|
||||
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
|
||||
}
|
||||
@ -31,7 +31,7 @@ const Wrapper = styled.div`
|
||||
background-color: ${colors.TOOLTIP_BACKGROUND};
|
||||
border-radius: 3px;
|
||||
min-height: 34px;
|
||||
border: 1px solid ${colors.BLACK};
|
||||
border: none;
|
||||
}
|
||||
|
||||
.rc-tooltip-arrow,
|
||||
|
Loading…
Reference in New Issue
Block a user