reduce size of timeline btn

This commit is contained in:
Shawn 2023-01-01 11:40:47 -07:00
parent ba5aade7e9
commit 098dfddf14

View File

@ -77,7 +77,7 @@ class WonderEvents extends StatelessWidget {
children: [
_WonderImageWithTimeline(data: _data, height: min(500, context.heightPx - 300)),
Gap($styles.insets.lg),
SizedBox(width: 300, child: _TimelineBtn(type: type)),
SizedBox(width: 400, child: _TimelineBtn(type: type)),
],
),
),