mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 23:57:49 +01:00
fix add/save list buttons
This commit is contained in:
@@ -7,10 +7,9 @@ import React from 'react';
|
|||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
|
|
||||||
const button = {
|
const button = {
|
||||||
width: 24,
|
width: 30,
|
||||||
height: 24,
|
height: 30,
|
||||||
padding: 0,
|
padding: 0,
|
||||||
margin: 3,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
const icon = {
|
const icon = {
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ import CheckIcon from '@material-ui/icons/Check';
|
|||||||
import './Selector.css';
|
import './Selector.css';
|
||||||
|
|
||||||
const button = {
|
const button = {
|
||||||
width: 16,
|
width: 36,
|
||||||
height: 36,
|
height: 36,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user