chore: tweak UIs
This commit is contained in:
@@ -316,5 +316,5 @@ svg:focus {
|
||||
}
|
||||
/* send placeholder */
|
||||
.send [data-slate-placeholder="true"] {
|
||||
top: 4px;
|
||||
top: 4px !important;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user