Skip to content

Commit d28d48a

Browse files
committed
updated styling
1 parent 55dea31 commit d28d48a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/styleguide/.storybook/components/Elements/KeyboardKey.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ export const KeyboardKey = styled.kbd(
55
css({
66
mx: 2 as any,
77
fontFamily: 'monospace',
8+
fontSize: 12 as any,
89
bg: 'background-selected',
910
border: 1,
1011
borderColor: 'border-tertiary',
1112
borderRadius: 'sm',
1213
px: 4,
1314
py: 2 as any,
14-
boxShadow: '0 1px 2px rgba(0, 0, 0, 0.2)',
15+
boxShadow: 'inset 0 -1px 0 rgba(0, 0, 0, 0.2)',
1516
})
1617
);

0 commit comments

Comments
 (0)