Skip to content

Commit

Permalink
Issue #44: Change cursor color in light and dark theme to be clear
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed May 30, 2023
1 parent 231700f commit 027b719
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
<item name="boxStrokeColor">@color/sky</item>
<item name="hintTextColor">@color/sky</item>
<item name="android:layout_margin">@dimen/dimen5dp</item>
<item name="theme">@style/Widget.AppTheme.TextInputLayout.FilledBox.Dense</item>
</style>

<style name="Widget.AppTheme.TextInputLayout.FilledBox.Dense" parent="Widget.MaterialComponents.TextInputLayout.FilledBox.Dense">
<item name="colorControlActivated">@color/sky</item>
</style>

<style name="ThemeOverlay.LinkHub.AppWidgetContainer" parent="">
Expand Down

0 comments on commit 027b719

Please sign in to comment.