fix marker rendering & modernize riding widgets for dark mode - 2026-04-11
This commit is contained in:
@@ -23,8 +23,8 @@ class RegisterPage extends StatelessWidget {
|
||||
padding: const EdgeInsets.all(16.0),
|
||||
child: SingleChildScrollView(
|
||||
child: Container(
|
||||
decoration: const BoxDecoration(
|
||||
boxShadow: [
|
||||
decoration: BoxDecoration(
|
||||
boxShadow: const [
|
||||
BoxShadow(
|
||||
offset: Offset(3, 3),
|
||||
color: AppColor.accentColor,
|
||||
|
||||
Reference in New Issue
Block a user