modal style, import-export configurator style

This commit is contained in:
Jan Prochazka
2020-11-08 20:50:12 +01:00
parent 6fb314c414
commit fd12eef0fc
5 changed files with 143 additions and 26 deletions

View File

@@ -4,6 +4,7 @@ import styled from 'styled-components';
const Wrapper = styled.div`
border-bottom: 1px solid #ccc;
padding: 15px;
background-color: #eeffff;
`;
export default function ModalFooter({ children }) {