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