mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 18:38:48 +01:00
Tweak sign in theme
This commit is contained in:
parent
70d293078d
commit
abfb13e7c6
1 changed files with 4 additions and 1 deletions
|
@ -35,6 +35,9 @@ class _SignInState extends State<SignIn> {
|
|||
return Theme(
|
||||
data: buildDarkTheme().copyWith(
|
||||
scaffoldBackgroundColor: Colors.transparent,
|
||||
progressIndicatorTheme: const ProgressIndicatorThemeData(
|
||||
color: Colors.white,
|
||||
),
|
||||
textButtonTheme: TextButtonThemeData(
|
||||
style: ButtonStyle(
|
||||
foregroundColor: MaterialStateProperty.all(Colors.white),
|
||||
|
@ -229,7 +232,7 @@ class _SingInBackground extends StatelessWidget {
|
|||
),
|
||||
const Positioned(
|
||||
bottom: -50,
|
||||
right: -80,
|
||||
right: -120,
|
||||
child: Opacity(
|
||||
opacity: .27,
|
||||
child: Icon(
|
||||
|
|
Loading…
Reference in a new issue