Update shared.tsx

This commit is contained in:
Steve Ruiz 2021-07-13 22:31:58 +01:00
parent ccb3933865
commit 72a0fd38dd

View file

@ -246,6 +246,16 @@ export const Item = styled('button', {
},
})
export const ShortcutKey = styled('span', {
fontSize: '$0',
width: '16px',
height: '16px',
display: 'flex',
alignItems: 'center',
justifyContent: 'center',
boxShadow: '1px 1px 0px rgba(0,0,0,.5)',
})
export const IconWrapper = styled('div', {
height: '100%',
borderRadius: '4px',