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(
|
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(
|
||||||
|
|
Loading…
Reference in a new issue