forked from zulip/zulip-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
common/input: Adjust underline color on Android.
The underline's color had been a darker green when focused, and black when blurred. BORDER_COLOR is more appropriate, and HALF_COLOR properly reduces emphasis in light mode and provides visibility in dark mode. This has no effect when the Input's props (passed through as `restProps`) override `underlineColorAndroid`, as when we set it to "transparent" (meaning no underline) for the compose and topic inputs and a few others.
- Loading branch information
1 parent
16b53e8
commit 72dfcbf
Showing
1 changed file
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters