mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2026-03-13 09:50:09 +08:00
Merge pull request #529 from noahtren/patch-1
emotion styling for DemoCanvasWidget background
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user