This commit is contained in:
jasonchenwork 2025-05-13 15:23:21 +08:00
parent c6248935e7
commit 97788cfe5e

View File

@ -57,7 +57,7 @@ class _LoginPageState extends State<LoginPage> {
borderRadius: BorderRadius.circular(20),
boxShadow: [
BoxShadow(
color: Colors.black.withOpacity(0.1),
color: Colors.black,
blurRadius: 10,
offset: const Offset(0, 5),
),