Skip to content

Commit

Permalink
Tweak message screen
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Jan 31, 2025
1 parent e18aa6e commit cb739e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/view/game/message_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class _ChatBottomBarState extends ConsumerState<_ChatBottomBar> {
hintText: placeholder,
),
cupertinoDecoration: BoxDecoration(
border: Border.all(color: CupertinoColors.separator.resolveFrom(context)),
border: Border.all(color: ColorScheme.of(context).outline),
borderRadius: const BorderRadius.all(Radius.circular(30.0)),
),
placeholder: placeholder,
Expand Down

0 comments on commit cb739e5

Please sign in to comment.