1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-28 09:58:23 +00:00

remove shadow from menu items

This commit is contained in:
slowbackspace 2019-01-22 15:47:50 +01:00
parent d0aa40e1b1
commit d623dc133c

View File

@ -9,7 +9,6 @@ import { FONT_SIZE } from 'config/variables';
const Wrapper = styled.div` const Wrapper = styled.div`
background: ${colors.WHITE}; background: ${colors.WHITE};
box-shadow: 0 3px 8px rgba(0,0,0,0.06);
`; `;
const Item = styled.div` const Item = styled.div`