Skip to content

Commit

Permalink
Add border for input bar suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev authored and hoangdat committed Jan 6, 2024
1 parent a849685 commit 4312fe6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/pages/chat/input_bar/input_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,11 @@ class InputBar extends StatelessWidget with PasteImageMixin {
suggestion: suggestion,
client: Matrix.of(context).client,
),
suggestionsBoxDecoration: SuggestionsBoxDecoration(
borderRadius: BorderRadius.circular(
InputBarStyle.suggestionBorderRadius,
),
),
onSuggestionSelected: insertSuggestion,
errorBuilder: (BuildContext context, Object? error) => const SizedBox(),
loadingBuilder: (BuildContext context) => const SizedBox(),
Expand Down

0 comments on commit 4312fe6

Please sign in to comment.