TF-2057 Add color/size to styles
(cherry picked from commit 68b621471197105b2a846a2827afdaa23ec03edc)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import 'package:core/presentation/extensions/color_extension.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class CupertinoLoadingWidgetStyles {
|
||||
static const Color progressColor = AppColor.colorLoading;
|
||||
static const double size = 24;
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
import 'package:core/presentation/extensions/color_extension.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class HyperLinkWidgetStyles {
|
||||
static const Color textColor = AppColor.primaryColor;
|
||||
static const double textSize = 16;
|
||||
}
|
||||
Reference in New Issue
Block a user