Use correct fg colors

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-07-22 15:14:57 +02:00 committed by Tobias Kaminsky
parent 43c0e3dbc3
commit 2298f8cda2
2 changed files with 2 additions and 4 deletions

View file

@ -101,7 +101,7 @@
android:contentDescription="@null"
android:focusable="false"
android:scaleType="center"
app:tint="@color/black"
app:tint="@color/fg_default"
app:srcCompat="@drawable/ic_person_add_grey600_24dp" />
<TextView
@ -132,7 +132,7 @@
android:contentDescription="@null"
android:focusable="false"
android:scaleType="center"
app:tint="@color/black"
app:tint="@color/fg_default"
app:srcCompat="@drawable/ic_settings_grey600_24dp" />
<TextView

View file

@ -41,6 +41,4 @@
<color name="widget_background">#ddffffff</color>
<color name="widget_foreground">#222222</color>
<color name="black">#000000</color>
<color name="white">#ffffff</color>
</resources>