TF-2042 Add color to styles
(cherry picked from commit e8f7d95c37c34f5fe981668ee612f8d6406ec841)
This commit is contained in:
@@ -14,4 +14,6 @@ class CalendarEventInformationWidgetStyles {
|
||||
static const double titleTextSize = 24;
|
||||
static const double fieldTopPadding = 16;
|
||||
static const double space = 8;
|
||||
static const Color titleColor = Colors.black;
|
||||
static const Color invitationMessageColor = Colors.black;
|
||||
}
|
||||
@@ -1,5 +1,11 @@
|
||||
|
||||
import 'package:core/presentation/extensions/color_extension.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class EventAttendeeInformationWidgetStyles {
|
||||
static const double maxWidth = 100;
|
||||
static const double textSize = 16;
|
||||
static const Color labelColor = AppColor.colorSubTitleEventActionText;
|
||||
static const Color valueColor = Colors.black;
|
||||
static const Color valueOrganizerColor = AppColor.colorOrganizerMailto;
|
||||
}
|
||||
@@ -1,5 +1,10 @@
|
||||
|
||||
import 'package:core/presentation/extensions/color_extension.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class EventLocationInformationWidgetStyles {
|
||||
static const double maxWidth = 100;
|
||||
static const double textSize = 16;
|
||||
static const Color labelColor = AppColor.colorSubTitleEventActionText;
|
||||
static const Color valueColor = Colors.black;
|
||||
}
|
||||
@@ -1,5 +1,10 @@
|
||||
|
||||
import 'package:core/presentation/extensions/color_extension.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class EventTimeInformationWidgetStyles {
|
||||
static const double maxWidth = 100;
|
||||
static const double textSize = 16;
|
||||
static const Color labelColor = AppColor.colorSubTitleEventActionText;
|
||||
static const Color valueColor = Colors.black;
|
||||
}
|
||||
Reference in New Issue
Block a user