chore: tweak UIs

This commit is contained in:
Tristan Yang
2023-05-25 11:10:08 +08:00
parent 15d79feedb
commit 319cbd9e42
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -316,5 +316,5 @@ svg:focus {
}
/* send placeholder */
.send [data-slate-placeholder="true"] {
top: 4px;
top: 4px !important;
}
+1 -1
View File
@@ -16,7 +16,7 @@ const SentTip: FC<Props> = ({ email, reset }) => {
{t("check_email")}
</h2>
<span className="text-center text-gray-500 mb-6">{t("check_email_desc", { email })}</span>
<Button onClick={reset} className="main flex">
<Button onClick={reset} className="main flex-center">
{t("use_different")}
</Button>
</div>