棉花app新增页面
This commit is contained in:
@@ -35,7 +35,7 @@ class _MessageWidgetWidgetState extends State<MessageWidgetWidget> {
|
||||
return Stack(
|
||||
children: [
|
||||
ClickableContainer(
|
||||
backgroundColor: themeController.currentColor.sc5,
|
||||
backgroundColor: Color(0xFF003058),
|
||||
highlightColor: themeController.currentColor.sc3,
|
||||
borderRadius: 20.rpx,
|
||||
padding:
|
||||
@@ -93,7 +93,7 @@ class _MessageWidgetWidgetState extends State<MessageWidgetWidget> {
|
||||
.toList(),
|
||||
),
|
||||
),
|
||||
].divide(SizedBox(width: 35.rpx)),
|
||||
].divide(SizedBox(width: 30.rpx)),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user