update image resolution and search bar cursor color
This commit is contained in:
@@ -328,7 +328,8 @@ class _CartonFilterState extends State<CartonFilter> {
|
||||
onTap: () => _changeStatus(b),
|
||||
title: Row(
|
||||
children: [
|
||||
Text(b, style: const TextStyle(fontSize: 15)),
|
||||
Text(capitalizeFirstLetter(b),
|
||||
style: const TextStyle(fontSize: 15)),
|
||||
const SizedBox(
|
||||
width: 20,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user