Skip to content

Commit

Permalink
teams: smoother resources icon dark mode (fixes #4490) (#4492)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
deeppp15 and dogi authored Sep 26, 2024
1 parent 55e12d8 commit 772881b
Show file tree
Hide file tree
Showing 2 changed files with 3 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 21
targetSdkVersion 34
versionCode 1959
versionName "0.19.59"
versionCode 1960
versionName "0.19.60"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/row_team_resource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
android:layout_gravity="right"
android:padding="4dp"
android:src="@drawable/close_x"
app:tint="@color/md_black_1000" />
app:tint="@color/daynight_textColor" />
</LinearLayout>

<TextView
Expand Down

0 comments on commit 772881b

Please sign in to comment.