mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 14:21:15 +08:00
Made alert icon slightly smaller in release_notes.tsx
This commit is contained in:
parent
c1b108e3a5
commit
9694d53754
@ -44,8 +44,8 @@ const AlertIcon = styled(((props) => <Icons icon="alert" {...props} />) as FC<
|
||||
Omit<ComponentProps<typeof Icons>, 'icon'>
|
||||
>)(({ theme }) => ({
|
||||
color: theme.color.mediumdark,
|
||||
width: 40,
|
||||
height: 40,
|
||||
width: 32,
|
||||
height: 32,
|
||||
margin: '0 auto',
|
||||
}));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user