change(ui): increase font size of disabled button from 13px to 14px

This commit is contained in:
2026-07-10 23:06:38 +08:00
parent 4f8c32b5ac
commit 0363170eab
+1 -1
View File
@@ -557,7 +557,7 @@ button:disabled {
border-radius: 8px;
color: #5f6877;
background: transparent;
font-size: 13px;
font-size: 14px;
font-weight: 850;
}