refactor: onboarding pages in mobile and dark mode
This commit is contained in:
@@ -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")}
|
||||
|
||||
Reference in New Issue
Block a user