This commit is contained in:
Norbert de Langen 2019-07-30 14:14:23 +02:00
parent 1370ae9fcc
commit c6c9bff37a

View File

@ -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,
}
: {}
);