Update shared.tsx
This commit is contained in:
parent
ccb3933865
commit
72a0fd38dd
1 changed files with 10 additions and 0 deletions
|
@ -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', {
|
export const IconWrapper = styled('div', {
|
||||||
height: '100%',
|
height: '100%',
|
||||||
borderRadius: '4px',
|
borderRadius: '4px',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue