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

This commit is contained in:
2026-07-10 23:05:00 +08:00
parent b704335f6b
commit 4f8c32b5ac
+1 -1
View File
@@ -494,7 +494,7 @@ button:disabled {
display: inline-flex;
align-items: center;
border-radius: 999px;
font-size: 12px;
font-size: 14px;
font-weight: 800;
animation: prompt-example-enter 360ms cubic-bezier(0.22, 1, 0.36, 1) both;
animation-delay: calc(var(--prompt-example-index, 0) * 45ms);