Skip to content

Commit

Permalink
all: smoother feedback dark mode (fixes #4599) (#4604)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
deeppp15 and dogi authored Oct 10, 2024
1 parent d347464 commit cb4925b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "org.ole.planet.myplanet"
minSdkVersion 26
targetSdkVersion 34
versionCode 2009
versionName "0.20.9"
versionCode 2010
versionName "0.20.10"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/fragment_feedback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/your_feedback"
android:textColor="@color/daynight_textColor" />
android:textColor="@color/daynight_textColor"
android:backgroundTint="@color/daynight_textColor" />
</com.google.android.material.textfield.TextInputLayout>

<LinearLayout
Expand Down

0 comments on commit cb4925b

Please sign in to comment.