mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 17:26:12 +00:00
Fixed yellow/purple toast text color
This commit is contained in:
parent
1a4de41dee
commit
d21d766cf1
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@
|
|||
|
||||
<item name="colorFabBackground">@color/lightPurpleAccent</item>
|
||||
|
||||
<item name="colorInfoForeground">@color/white</item>
|
||||
<item name="colorInfoForeground">?android:textColorPrimary</item>
|
||||
<item name="colorInfoBackground">@color/lightYellowPrimary</item>
|
||||
|
||||
<item name="android:textColorLink">@color/lightPurpleAccent</item>
|
||||
|
|
Loading…
Reference in a new issue