From dac4c29b2b45af7b5c0c8c7acb42d287b5fe7b52 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Wed, 6 Jun 2018 19:18:00 +0300 Subject: [PATCH] fix add/save list buttons --- react/src/components/ListActions.js | 5 ++--- react/src/components/Selector.js | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/react/src/components/ListActions.js b/react/src/components/ListActions.js index f26727b..1aadbbc 100644 --- a/react/src/components/ListActions.js +++ b/react/src/components/ListActions.js @@ -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 = { diff --git a/react/src/components/Selector.js b/react/src/components/Selector.js index f564e01..a019666 100644 --- a/react/src/components/Selector.js +++ b/react/src/components/Selector.js @@ -7,7 +7,7 @@ import CheckIcon from '@material-ui/icons/Check'; import './Selector.css'; const button = { - width: 16, + width: 36, height: 36, };