Skip to content

Commit 2298f8c

Browse files
alperozturk96tobiasKaminsky
authored andcommitted
Use correct fg colors
Signed-off-by: alperozturk <[email protected]>
1 parent 43c0e3d commit 2298f8c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

app/src/main/res/layout/dialog_account_switcher.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
android:contentDescription="@null"
102102
android:focusable="false"
103103
android:scaleType="center"
104-
app:tint="@color/black"
104+
app:tint="@color/fg_default"
105105
app:srcCompat="@drawable/ic_person_add_grey600_24dp" />
106106

107107
<TextView
@@ -132,7 +132,7 @@
132132
android:contentDescription="@null"
133133
android:focusable="false"
134134
android:scaleType="center"
135-
app:tint="@color/black"
135+
app:tint="@color/fg_default"
136136
app:srcCompat="@drawable/ic_settings_grey600_24dp" />
137137

138138
<TextView

app/src/main/res/values/colors.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,4 @@
4141

4242
<color name="widget_background">#ddffffff</color>
4343
<color name="widget_foreground">#222222</color>
44-
<color name="black">#000000</color>
45-
<color name="white">#ffffff</color>
4644
</resources>

0 commit comments

Comments
 (0)