Skip to content

Commit

Permalink
fixup! feat: redesign reply content style
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian KOUNE committed Oct 4, 2023
1 parent 2a15cc1 commit 2ccf586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pages/chat/events/reply_content.dart
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class ReplyContent extends StatelessWidget {
decoration: ReplyContentStyle.prefixBarDecoration(context),
),
const SizedBox(width: ReplyContentStyle.prefixAndDisplayNameSpacing),
Flexible(
Expanded(
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
mainAxisAlignment: MainAxisAlignment.center,
Expand Down
2 changes: 1 addition & 1 deletion lib/pages/chat/events/reply_content_style.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ReplyContentStyle {
static TextStyle? displayNameTextStyle(BuildContext context) {
return Theme.of(context).textTheme.titleSmall?.copyWith(
color: Theme.of(context).colorScheme.onSurfaceVariant,
fontWeight: FontWeight.w500,
fontWeight: FontWeight.bold,
fontSize: fontSizeDisplayName,
);
}
Expand Down

0 comments on commit 2ccf586

Please sign in to comment.