Skip to content

Commit 969ea31

Browse files
committed
Change search by keywords border to blue color
1 parent 598276d commit 969ea31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ class _MyHomePageState extends State<MyHomePage> {
420420

421421
AppBar searchAndFilterAppBar() {
422422
var textFieldBorder = OutlineInputBorder(
423-
borderSide: const BorderSide(width: 2, color: Colors.grey),
423+
borderSide: const BorderSide(width: 2, color: blueColor),
424424
borderRadius: BorderRadius.circular(100),
425425
);
426426
var textFieldPadding = Theme.of(context).textTheme.bodyLarge!.fontSize!;

0 commit comments

Comments
 (0)