Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-28 20:31:48 +08:00
parent 64c05a1b06
commit 2fc3f9864f
5 changed files with 159 additions and 115 deletions

View File

@@ -153,11 +153,11 @@ class _SuperChatCardState extends State<SuperChatCard> {
name = Row(
spacing: 5,
children: [
Flexible(child: name),
MedalWidget.fromMedalInfo(
medal: medal,
padding: MedalWidget.mediumPadding,
),
Flexible(child: name),
],
);
} catch (e, s) {