mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-25 03:40:09 +08:00
@@ -325,7 +325,12 @@ class _PgcReviewChildPageState extends State<PgcReviewChildPage>
|
||||
SizedBox(
|
||||
height: 32,
|
||||
child: TextButton(
|
||||
style: style,
|
||||
style: const ButtonStyle(
|
||||
visualDensity: .compact,
|
||||
tapTargetSize: .shrinkWrap,
|
||||
padding: WidgetStatePropertyAll(.zero),
|
||||
minimumSize: WidgetStatePropertyAll(.square(40)),
|
||||
),
|
||||
onPressed: () => _controller.onDislike(
|
||||
item,
|
||||
isDislike,
|
||||
|
||||
@@ -119,7 +119,12 @@ class ZanButtonGrpc extends StatelessWidget {
|
||||
SizedBox(
|
||||
height: 32,
|
||||
child: TextButton(
|
||||
style: style,
|
||||
style: const ButtonStyle(
|
||||
visualDensity: .compact,
|
||||
tapTargetSize: .shrinkWrap,
|
||||
padding: WidgetStatePropertyAll(.zero),
|
||||
minimumSize: WidgetStatePropertyAll(.square(40)),
|
||||
),
|
||||
onPressed: () => onHateReply(
|
||||
context,
|
||||
isProcessing,
|
||||
|
||||
Reference in New Issue
Block a user