mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-09-21 21:14:38 -04:00
ui cleanup
This commit is contained in:
parent
b7f7258c70
commit
1f99279cd2
23 changed files with 358 additions and 218 deletions
|
@ -66,7 +66,7 @@ class ContactInvitationItemWidget extends StatelessWidget {
|
|||
.toVeilid());
|
||||
},
|
||||
backgroundColor: scale.tertiaryScale.background,
|
||||
foregroundColor: scale.tertiaryScale.text,
|
||||
foregroundColor: scale.tertiaryScale.appText,
|
||||
icon: Icons.delete,
|
||||
label: translate('button.delete'),
|
||||
padding: const EdgeInsets.all(2)),
|
||||
|
@ -119,7 +119,7 @@ class ContactInvitationItemWidget extends StatelessWidget {
|
|||
softWrap: true,
|
||||
),
|
||||
iconColor: scale.tertiaryScale.background,
|
||||
textColor: scale.tertiaryScale.text,
|
||||
textColor: scale.tertiaryScale.appText,
|
||||
//Text(Timestamp.fromInt64(contactInvitationRecord.expiration) / ),
|
||||
leading: const Icon(Icons.person_add))));
|
||||
}
|
||||
|
|
|
@ -107,7 +107,7 @@ class PasteInvitationDialogState extends State<PasteInvitationDialog> {
|
|||
final monoStyle = TextStyle(
|
||||
fontFamily: 'Source Code Pro',
|
||||
fontSize: 11,
|
||||
color: scale.primaryScale.text,
|
||||
color: scale.primaryScale.appText,
|
||||
);
|
||||
|
||||
return Column(mainAxisSize: MainAxisSize.min, children: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue