@@ -715,6 +715,7 @@ body {
.more-list {
.cell {
+ cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
@@ -921,6 +921,7 @@ body {
border-radius: 100px;
background: #ffffff;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
+ justify-content: center;
span {
color: #000000;
@@ -930,7 +931,6 @@ body {
.icon-done {
width: 24px;
height: 24px;
- margin-left: 28px;
margin-right: 10px;
}