mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: member info widget
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -737,7 +737,7 @@ class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
|
||||
return TextButton(
|
||||
onPressed: () => videoIntroController.actionRelationMod(context),
|
||||
style: TextButton.styleFrom(
|
||||
visualDensity: const VisualDensity(horizontal: -2, vertical: -3),
|
||||
visualDensity: const VisualDensity(vertical: -3),
|
||||
foregroundColor: attr != 0
|
||||
? t.colorScheme.outline
|
||||
: t.colorScheme.onSecondaryContainer,
|
||||
|
||||
Reference in New Issue
Block a user