Remove app bar border from onboarding

This commit is contained in:
Tommy Chow
2024-09-08 12:41:50 -07:00
parent a00139fa8c
commit a90d357c9b

View File

@ -42,7 +42,9 @@ class OnboardingScaffold extends StatelessWidget {
}
return Scaffold(
appBar: AppBar(),
appBar: AppBar(
shape: const Border(),
),
body: SafeArea(
child: SizedBox(
width: double.infinity,