From 53104e80885060adb7dbec4ca71d754fbce96dee Mon Sep 17 00:00:00 2001 From: Pedro Nauck Date: Thu, 11 Apr 2019 15:04:48 -0300 Subject: [PATCH] fix(docz-theme-default): styled error margin --- core/docz-theme-default/src/components/ui/Playground/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/core/docz-theme-default/src/components/ui/Playground/index.tsx b/core/docz-theme-default/src/components/ui/Playground/index.tsx index ad15eba0e..16d85d221 100644 --- a/core/docz-theme-default/src/components/ui/Playground/index.tsx +++ b/core/docz-theme-default/src/components/ui/Playground/index.tsx @@ -73,6 +73,7 @@ const StyledError = styled(LiveError)` width: calc(100% - 40px); height: calc(100% - 40px); padding: 20px; + margin: 0; background: ${rgba('black', 0.8)}; font-size: 16px; color: white;