fix: Format
This commit is contained in:
parent
af0b975736
commit
db042fd3bd
10 changed files with 48 additions and 27 deletions
|
|
@ -103,7 +103,8 @@ class ChatEncryptionSettingsView extends StatelessWidget {
|
|||
),
|
||||
subtitle: Text(
|
||||
deviceKeys[i].userId,
|
||||
style: const TextStyle(fontWeight: FontWeight.w300),
|
||||
style: const TextStyle(
|
||||
fontWeight: FontWeight.w300),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
@ -152,7 +153,8 @@ class ChatEncryptionSettingsView extends StatelessWidget {
|
|||
children: [
|
||||
Text(
|
||||
deviceKeys[i].deviceId,
|
||||
style: const TextStyle(fontWeight: FontWeight.w300),
|
||||
style: const TextStyle(
|
||||
fontWeight: FontWeight.w300),
|
||||
),
|
||||
const Spacer(),
|
||||
Text(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue