mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 23:57:49 +01:00
bigger todo actions icons
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user