File tree Expand file tree Collapse file tree
packages/stream_chat_flutter Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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) {
You can’t perform that action at this time.
0 commit comments