TF-2057 Add see all attendees button
(cherry picked from commit 9ac78de2505c212d1c14db951a1528d00b91fe26)
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
class EventAttendeeDetailWidgetStyles {
|
||||
static const double maxWidth = 100;
|
||||
static const double textSize = 16;
|
||||
static const double fieldTopPadding = 8;
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
class SeeAllAttendeesButtonWidgetStyles {
|
||||
static const double textSize = 16;
|
||||
static const double horizontalPadding = 8;
|
||||
static const double verticalPadding = 4;
|
||||
static const double borderRadius = 20;
|
||||
static const double horizontalMargin = -8;
|
||||
}
|
||||
Reference in New Issue
Block a user