Fix public key text color

This commit is contained in:
Christian Pauly 2020-02-17 09:18:23 +01:00
parent 50e4190792
commit 8afa93e805
1 changed files with 2 additions and 1 deletions

View File

@ -133,7 +133,8 @@ class _ChatEncryptionSettingsState extends State<ChatEncryptionSettings> {
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) {