diff --git a/addons/notes/src/Panel.tsx b/addons/notes/src/Panel.tsx index f1e0cf9b932..6eff7bcf128 100644 --- a/addons/notes/src/Panel.tsx +++ b/addons/notes/src/Panel.tsx @@ -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%',