TF-2057 Add color/size to styles

(cherry picked from commit 68b621471197105b2a846a2827afdaa23ec03edc)
This commit is contained in:
dab246
2023-07-28 09:29:31 +07:00
committed by Dat Vu
parent 2268b18809
commit f1d0b41267
27 changed files with 151 additions and 61 deletions
@@ -1,5 +1,10 @@
import 'package:core/presentation/extensions/color_extension.dart';
import 'package:flutter/material.dart';
class AttendeeWidgetStyles {
static const double maxWidth = 100;
static const double textSize = 16;
static const Color textColor = Colors.black;
static const Color mailtoColor = AppColor.colorMailto;
}