Skip to content

Commit

Permalink
feat(#58) Corrige cor
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielCostaDeOliveira committed Dec 7, 2024
1 parent 592809e commit 66609de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/login/view/LoginView.dart
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ class _LoginState extends State<_Login> {
height: 50,
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(10),
border: Border.all(color: Colors.grey),
border: Border.all(color: Theme.of(context).colorScheme.outline),
color: Colors.transparent,
),
child: Icon(
Expand Down

0 comments on commit 66609de

Please sign in to comment.