|
@@ -41,7 +41,7 @@ const handleClick = () => {
|
|
|
.history-item-icon {
|
|
.history-item-icon {
|
|
|
background-color: var(--color-bg-1);
|
|
background-color: var(--color-bg-1);
|
|
|
padding: 20px 30px 20px 30px;
|
|
padding: 20px 30px 20px 30px;
|
|
|
- border-radius: 15px;
|
|
|
|
|
|
|
+ border-radius: 12px;
|
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|
|
|
margin-bottom: 10px;
|
|
margin-bottom: 10px;
|
|
|
|
|
|
|
@@ -51,7 +51,9 @@ const handleClick = () => {
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
|
|
|
|
- font-size: 13px;
|
|
|
|
|
|
|
+ font-size: 14px;
|
|
|
|
|
+ font-weight: 400;
|
|
|
|
|
+ line-height: 19.6px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.history-item-icon.can-loadmore {
|
|
.history-item-icon.can-loadmore {
|