add light panel for plant selection

pull/1534/head
AscendFB 2019-10-25 12:37:44 +02:00
parent 42868887cf
commit d4b07cca61
2 changed files with 4 additions and 1 deletions

View File

@ -91,6 +91,9 @@
&.gray-panel {
background-color: $panel_gray;
}
&.light-gray-panel{
background-color: $panel_medium_light_gray;
}
&.yellow-panel {
background-color: $panel_yellow;
}

View File

@ -89,7 +89,7 @@ export class RawSelectPlants extends React.Component<SelectPlantsProps, {}> {
return plants.filter(p => { return p.uuid == uuid; })[0];
}) : undefined;
return <DesignerPanel panelName={"plant-selection"} panelColor={"gray"}>
return <DesignerPanel panelName={"plant-selection"} panelColor={"light-gray"}>
<DesignerPanelHeader
panelName={"plant-selection"}
panelColor={"gray"}