Merge pull request #529 from noahtren/patch-1

emotion styling for DemoCanvasWidget background
This commit is contained in:
Dylan Vorster
2020-02-17 00:18:04 +00:00
committed by GitHub

View File

@@ -9,7 +9,7 @@ export interface DemoCanvasWidgetProps {
namespace S {
export const Container = styled.div<{ color: string; background: string }>`
height: 100%;
background-color: rgb(60, 60, 60) !important;
background-color: ${p => p.background};
background-size: 50px 50px;
display: flex;