Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
chore: focus
Browse files Browse the repository at this point in the history
  • Loading branch information
omartinma committed Dec 7, 2023
1 parent 3afaccb commit fc53c7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class _QuestionTextFieldState extends State<QuestionInputTextField>
prefixIcon: Padding(
padding: const EdgeInsets.only(left: 12),
child: vertexIcons.stars.image(
color: _focus.hasFocus
color: _controller.text.isNotEmpty
? VertexColors.googleBlue
: VertexColors.mediumGrey,
),
Expand Down

0 comments on commit fc53c7a

Please sign in to comment.