FIX theme being any

This commit is contained in:
Norbert de Langen 2019-03-15 14:08:58 +01:00
parent a662a2b3eb
commit 21bb007cbd

View File

@ -15,7 +15,7 @@ import Markdown from 'markdown-to-jsx';
import { PARAM_KEY, API, Parameters } from './shared';
const Panel = styled.div(({ theme }: { theme: any }) => ({
const Panel = styled.div(({ theme }) => ({
padding: '3rem 40px',
boxSizing: 'border-box',
width: '100%',