resize error message in Controls addon in the addon panel

This commit is contained in:
domyen 2020-06-22 19:34:29 -04:00
parent df1bf21d8c
commit 34964488b0

View File

@ -11,7 +11,9 @@ interface ControlsParameters {
const NoControlsWrapper = styled.div(({ theme }) => ({
background: theme.background.warning,
padding: 20,
padding: '10px 15px',
lineHeight: '20px',
boxShadow: `${theme.appBorderColor} 0 -1px 0 0 inset`,
}));
const NoControlsWarning = () => (