Fix OTP page title

This commit is contained in:
Moe Poi ~ 2022-05-23 00:31:02 +07:00
parent e4483963ca
commit 2ff16fef32

View file

@ -15,7 +15,7 @@ class _OtpState extends State<Otp> {
return Scaffold(
backgroundColor: const Color(0xff1b1c1e),
appBar: AppBar(
title: const Text('Nekoya'),
title: const Text('OTP'),
centerTitle: true,
backgroundColor: const Color(0xff212226),
),