Skip to content

Commit

Permalink
TW-1614: Update border for search result on chat search
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev authored and hoangdat committed Apr 3, 2024
1 parent 14bd469 commit 529b48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/chat_search/chat_search_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class _SearchItem extends StatelessWidget {
height: ChatSearchStyle.itemHeight,
decoration: BoxDecoration(
border: Border(
top: BorderSide(
bottom: BorderSide(
color: LinagoraRefColors.material().tertiary[60] ??
Colors.black,
width: 1,
Expand Down

0 comments on commit 529b48c

Please sign in to comment.