connectors refactor

This commit is contained in:
Jan Prochazka
2020-01-04 21:59:53 +01:00
parent 235ef4764b
commit 948af4984b
12 changed files with 130 additions and 46 deletions

View File

@@ -3,7 +3,11 @@ import styled from 'styled-components';
import { showMenu } from '../modals/DropDownMenu';
const AppObjectDiv = styled.div`
margin: 5px;
padding: 5px;
&:hover {
background-color: lightblue;
};
cursor: pointer;
`;
const IconWrap = styled.span`