opt: reply item

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-11-28 15:24:28 +08:00
parent 25fc85bd3a
commit 1f71dc9a67
8 changed files with 79 additions and 105 deletions

View File

@@ -1321,18 +1321,13 @@ class VideoDetailController extends GetxController
.primary,
),
),
SizedBox(
height: MediaQuery
.textScalerOf(
context)
.scale(14),
child: Icon(
Icons
.keyboard_arrow_right,
color: Theme.of(context)
.colorScheme
.primary,
),
Icon(
Icons
.keyboard_arrow_right,
size: 22,
color: Theme.of(context)
.colorScheme
.primary,
),
],
),
@@ -1387,19 +1382,14 @@ class VideoDetailController extends GetxController
.primary,
),
),
SizedBox(
height: MediaQuery
.textScalerOf(
context)
.scale(14),
child: Icon(
Icons
.keyboard_arrow_right,
color: Theme.of(context)
.colorScheme
.primary,
),
)
Icon(
Icons
.keyboard_arrow_right,
size: 22,
color: Theme.of(context)
.colorScheme
.primary,
),
],
),
),