Change color input form login screen

This commit is contained in:
Kelvin Samuel 2022-05-01 00:41:07 +07:00
parent 05ab4c4811
commit b04dc800b9
2 changed files with 2 additions and 2 deletions
lib

View file

@ -140,7 +140,7 @@ class LoginFormState extends State<LoginForm> {
),
color: const Color(0xff8B0000),
child: Text(
'LOGIN',
'Login',
style: TextStyle(
color: Colors.white,
letterSpacing: 1.5,

View file

@ -20,7 +20,7 @@ final kLabelStyle = TextStyle(
);
final kBoxDecorationStyle = BoxDecoration(
color: Color(0xFF6CA8F1),
color: const Color(0xff1b1c1e),
borderRadius: BorderRadius.circular(10.0),
boxShadow: [
BoxShadow(