revert: reply item bg

This commit is contained in:
bggRGjQaUbCoE
2024-10-12 18:11:37 +08:00
parent e8207cba5d
commit e060cb1df6

View File

@@ -47,7 +47,9 @@ class ReplyItemGrpc extends StatelessWidget {
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
return InkWell( return Material(
color: Colors.transparent,
child: InkWell(
// 点击整个评论区 评论详情/回复 // 点击整个评论区 评论详情/回复
onTap: () { onTap: () {
feedBack(); feedBack();
@@ -98,6 +100,7 @@ class ReplyItemGrpc extends StatelessWidget {
) )
], ],
), ),
),
); );
} }