Skip to content

Commit a656600

Browse files
committed
update search field cross
1 parent 2fb3080 commit a656600

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

melos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ command:
9494
stream_core_flutter:
9595
git:
9696
url: https://github.com/GetStream/stream-core-flutter.git
97-
ref: 60f8906175e6c931d8db3ed3f6ce41f7c9ae7176
97+
ref: d1bd95ba61004fc67bb61c2fbb36ddd3e4f43585
9898
path: packages/stream_core_flutter
9999
synchronized: ^3.1.0+1
100100
thumblr: ^0.0.4

packages/stream_chat_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies:
5959
stream_core_flutter:
6060
git:
6161
url: https://github.com/GetStream/stream-core-flutter.git
62-
ref: 60f8906175e6c931d8db3ed3f6ce41f7c9ae7176
62+
ref: d1bd95ba61004fc67bb61c2fbb36ddd3e4f43585
6363
path: packages/stream_core_flutter
6464
svg_icon_widget: ^0.0.1
6565
synchronized: ^3.1.0+1

sample_app/lib/widgets/search_text_field.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ class SearchTextField extends StatelessWidget {
7171
Material(
7272
color: Colors.transparent,
7373
child: IconButton(
74-
color: Colors.grey,
74+
color: colorScheme.textTertiary,
7575
padding: EdgeInsets.zero,
76-
icon: Icon(context.streamIcons.xmark),
76+
icon: Icon(context.streamIcons.xCircle, size: 20),
7777
splashRadius: 24,
7878
onPressed: () {
7979
if (controller!.text.isNotEmpty) {

0 commit comments

Comments
 (0)