bigger todo actions icons

This commit is contained in:
2018-06-03 20:10:29 +03:00
parent 02c12fd4e2
commit 19f02c3e52
2 changed files with 4 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ li button {
text-align: left;
flex-shrink: 0;
box-sizing: border-box;
padding: 0.5rem;
padding: 0;
text-align: center;
border: none;
border-top: 1px solid #f0f0f0;
@@ -112,6 +112,7 @@ li button {
}
li button.todo {
padding: 0.5rem;
box-shadow: none;
}

View File

@@ -6,7 +6,8 @@ import EditIcon from '@material-ui/icons/Edit';
import CheckIcon from '@material-ui/icons/Check';
const icon = {
fontSize: 16,
fontSize: 24,
padding: 0,
};
class Todo extends React.Component {