diff --git a/lib/screens/otp.dart b/lib/screens/otp.dart index f143dbf..0c6535b 100644 --- a/lib/screens/otp.dart +++ b/lib/screens/otp.dart @@ -15,7 +15,7 @@ class _OtpState extends State { return Scaffold( backgroundColor: const Color(0xff1b1c1e), appBar: AppBar( - title: const Text('Nekoya'), + title: const Text('OTP'), centerTitle: true, backgroundColor: const Color(0xff212226), ),