UI changes

This commit is contained in:
Juan Gilsanz Polo 2022-10-21 12:41:04 +02:00
parent d1bc5ffdd3
commit 399881411a

View file

@ -65,9 +65,10 @@ class _AddServerModalState extends State<AddServerModal> {
),
child: Text(
label,
style: const TextStyle(
style: TextStyle(
fontSize: 16,
fontWeight: FontWeight.w500,
color: Theme.of(context).primaryColor
),
),
);