Change color input form login screen
This commit is contained in:
parent
05ab4c4811
commit
b04dc800b9
2 changed files with 2 additions and 2 deletions
lib
|
@ -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,
|
||||
|
|
|
@ -20,7 +20,7 @@ final kLabelStyle = TextStyle(
|
|||
);
|
||||
|
||||
final kBoxDecorationStyle = BoxDecoration(
|
||||
color: Color(0xFF6CA8F1),
|
||||
color: const Color(0xff1b1c1e),
|
||||
borderRadius: BorderRadius.circular(10.0),
|
||||
boxShadow: [
|
||||
BoxShadow(
|
||||
|
|
Loading…
Add table
Reference in a new issue