update image resolution and search bar cursor color

This commit is contained in:
tzw
2025-02-10 11:23:38 +06:30
parent fb6a9f691a
commit 9fdc20a61b
13 changed files with 246 additions and 203 deletions

View File

@@ -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,
),