From 8afa93e805196ee1492404a098cf8fe86c0aeabd Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Mon, 17 Feb 2020 09:18:23 +0100 Subject: [PATCH] Fix public key text color --- lib/views/chat_encryption_settings.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/views/chat_encryption_settings.dart b/lib/views/chat_encryption_settings.dart index 268e60b..d0cfa15 100644 --- a/lib/views/chat_encryption_settings.dart +++ b/lib/views/chat_encryption_settings.dart @@ -133,7 +133,8 @@ class _ChatEncryptionSettingsState extends State { deviceKeys[i] .keys["ed25519:${deviceKeys[i].deviceId}"] .beautified, - style: TextStyle(color: Colors.black), + style: TextStyle( + color: Theme.of(context).textTheme.body1.color), ), value: deviceKeys[i].verified, onChanged: (bool newVal) {