summaryrefslogtreecommitdiffhomepage
path: root/android/src
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-09-04 18:07:42 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-09-21 15:28:41 +0000
commit189ac439afc0aa4a41c06892f69bb46559ab885f (patch)
tree2f2354dbd85362863faee63575c234abfd176327 /android/src
parent79ac5d4b934afac83b9a9e4db111a38e6964f188 (diff)
downloadmullvadvpn-189ac439afc0aa4a41c06892f69bb46559ab885f.tar.xz
mullvadvpn-189ac439afc0aa4a41c06892f69bb46559ab885f.zip
Change account history entry text color
Diffstat (limited to 'android/src')
-rw-r--r--android/src/main/res/layout/account_history_entry.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/src/main/res/layout/account_history_entry.xml b/android/src/main/res/layout/account_history_entry.xml
index 7a3bafa3b4..47e723bb4c 100644
--- a/android/src/main/res/layout/account_history_entry.xml
+++ b/android/src/main/res/layout/account_history_entry.xml
@@ -8,7 +8,7 @@
android:background="@color/white60"
android:paddingHorizontal="12dp"
android:gravity="center_vertical"
- android:textColor="@color/blue"
+ android:textColor="@color/blue80"
android:textSize="@dimen/text_medium_plus"
android:textStyle="bold" />
</LinearLayout>