change(ui): increase font size of disabled button from 12px to 14px
This commit is contained in:
@@ -494,7 +494,7 @@ button:disabled {
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
font-size: 12px;
|
font-size: 14px;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
animation: prompt-example-enter 360ms cubic-bezier(0.22, 1, 0.36, 1) both;
|
animation: prompt-example-enter 360ms cubic-bezier(0.22, 1, 0.36, 1) both;
|
||||||
animation-delay: calc(var(--prompt-example-index, 0) * 45ms);
|
animation-delay: calc(var(--prompt-example-index, 0) * 45ms);
|
||||||
|
|||||||
Reference in New Issue
Block a user