fix: waitlist

This commit is contained in:
tim
2025-07-15 11:04:42 +08:00
parent f65df582f6
commit 2d36082c72
2 changed files with 4 additions and 4 deletions

View File

@@ -67,14 +67,14 @@ export default {
.base-input-icon {
opacity: 0.5;
font-size: 16px;
font-size: 14px;
}
.base-input-text {
border: none;
outline: none;
width: 100%;
font-size: 16px;
font-size: 14px;
resize: none;
background-color: transparent;
color: var(--text-color);