mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
FIX #7619
This commit is contained in:
parent
1370ae9fcc
commit
c6c9bff37a
@ -40,7 +40,7 @@ const Wrapper = styled.div<WrapperProps>(
|
||||
? {
|
||||
border: `1px solid ${theme.appBorderColor}`,
|
||||
borderRadius: theme.borderRadius,
|
||||
background: theme.background.bar,
|
||||
background: theme.background.content,
|
||||
}
|
||||
: {}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user