Tweak sign in theme

This commit is contained in:
Ming Ming 2022-11-27 15:02:47 +08:00
parent 70d293078d
commit abfb13e7c6

View file

@ -35,6 +35,9 @@ class _SignInState extends State<SignIn> {
return Theme( return Theme(
data: buildDarkTheme().copyWith( data: buildDarkTheme().copyWith(
scaffoldBackgroundColor: Colors.transparent, scaffoldBackgroundColor: Colors.transparent,
progressIndicatorTheme: const ProgressIndicatorThemeData(
color: Colors.white,
),
textButtonTheme: TextButtonThemeData( textButtonTheme: TextButtonThemeData(
style: ButtonStyle( style: ButtonStyle(
foregroundColor: MaterialStateProperty.all(Colors.white), foregroundColor: MaterialStateProperty.all(Colors.white),
@ -229,7 +232,7 @@ class _SingInBackground extends StatelessWidget {
), ),
const Positioned( const Positioned(
bottom: -50, bottom: -50,
right: -80, right: -120,
child: Opacity( child: Opacity(
opacity: .27, opacity: .27,
child: Icon( child: Icon(