Mobile Client: Fix overflows

This commit is contained in:
Arthi-chaud
2022-02-09 15:19:53 +01:00
parent 91b70d7dca
commit f1fb8e0162
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -2,7 +2,6 @@
import 'package:cached_network_image/cached_network_image.dart';
import 'package:flutter/material.dart';
/// Data class used to store data about a service (logo, url, name)
class Service {
///Name of the service
@@ -24,7 +24,7 @@ class ColoredClickableCard extends StatelessWidget {
textAlign: TextAlign.center,
style: TextStyle(
color: Theme.of(context).colorScheme.onSecondary,
fontSize: 20,
fontSize: 15,
fontWeight: FontWeight.w600),
),
width: double.infinity,