We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7fd530 commit e07258fCopy full SHA for e07258f
lib/ui/game/craft/craft.dart
@@ -302,7 +302,7 @@ class _CraftingSheetState extends State<CraftingSheet> {
302
: () {
303
gotoFirstMatchedSlot(item);
304
},
305
- child: ItemStackCell(item, theme: ItemStackCellTheme(opacity: accepted ? 1.0 : R.disabledAlpha)),
+ child: ItemStackCell(item, theme: .new(opacity: accepted ? 1.0 : R.disabledAlpha)),
306
);
307
}
308
0 commit comments