mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: msg item
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -260,16 +260,12 @@ class ChatItem extends StatelessWidget {
|
|||||||
|
|
||||||
Widget msgTypeSysGroupAutoCreated_208(
|
Widget msgTypeSysGroupAutoCreated_208(
|
||||||
ThemeData theme, content, Color textColor) {
|
ThemeData theme, content, Color textColor) {
|
||||||
return Container(
|
return Center(
|
||||||
constraints: const BoxConstraints(maxWidth: 300.0),
|
child: Container(
|
||||||
|
constraints: const BoxConstraints(maxWidth: 400),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: theme.colorScheme.secondaryContainer.withOpacity(0.4),
|
color: theme.colorScheme.onInverseSurface,
|
||||||
borderRadius: const BorderRadius.only(
|
borderRadius: const BorderRadius.all(Radius.circular(16)),
|
||||||
topLeft: Radius.circular(16),
|
|
||||||
topRight: Radius.circular(16),
|
|
||||||
bottomLeft: Radius.circular(6),
|
|
||||||
bottomRight: Radius.circular(16),
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
padding: const EdgeInsets.all(12),
|
padding: const EdgeInsets.all(12),
|
||||||
child: Column(
|
child: Column(
|
||||||
@@ -362,6 +358,7 @@ class ChatItem extends StatelessWidget {
|
|||||||
],
|
],
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user