diff --git a/client/lib/screens/inventory/inventory_check_screen.dart b/client/lib/screens/inventory/inventory_check_screen.dart index f8bc6c8..8e6d5ba 100644 --- a/client/lib/screens/inventory/inventory_check_screen.dart +++ b/client/lib/screens/inventory/inventory_check_screen.dart @@ -444,7 +444,7 @@ class _InventoryCheckScreenState extends ConsumerState { ? (diff > 0 ? context.tokens.success.withOpacity(0.04) : context.tokens.danger.withOpacity(0.04)) - : (index.isEven ? Colors.white : const Color(0xFFFAFAFA)), + : (index.isEven ? context.tokens.surface : context.tokens.bg), ), children: [ Padding(