This commit is contained in:
728
2022-08-29 20:05:55 +08:00
parent c263e4c11b
commit 135c632a2d

View File

@ -19,6 +19,7 @@
--cl-pale-red: #ffdddd;
--cl-red: #f44336;
--cl-amber: #ffc107;
--cl-purple: #673ab7;
--small: 12px;
--normal: 15px;
--large: 18px;
@ -413,7 +414,7 @@
flex-shrink: 0;
width: 48px;
height: 48px;
background: var(--cl-amber);
background: var(--cl-gray);
border-radius: 50%;
}