refactor: onboarding pages in mobile and dark mode

This commit is contained in:
Tristan Yang
2023-02-17 22:13:47 +08:00
parent e4fd125684
commit 7d169bade5
9 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export default function WelcomePage() {
const { t } = useTranslation("welcome", { keyPrefix: "onboarding" });
const { nextStep } = useWizard();
return (
<div className="flex-center flex-col h-full text-center">
<div className="flex-center flex-col h-full text-center dark:text-gray-100">
<span className="text-2xl mb-2 font-bold">{t("welcome")}</span>
<span className="text-sm mb-6">
{t("welcome_desc")}