fix add/save list buttons

This commit is contained in:
2018-06-06 19:18:00 +03:00
parent 986aeee377
commit dac4c29b2b
2 changed files with 3 additions and 4 deletions

View File

@@ -7,10 +7,9 @@ import React from 'react';
import PropTypes from 'prop-types';
const button = {
width: 24,
height: 24,
width: 30,
height: 30,
padding: 0,
margin: 3,
};
const icon = {

View File

@@ -7,7 +7,7 @@ import CheckIcon from '@material-ui/icons/Check';
import './Selector.css';
const button = {
width: 16,
width: 36,
height: 36,
};