@@ -11,9 +11,9 @@ import 'package:lichess_mobile/src/model/settings/board_preferences.dart';
1111import 'package:lichess_mobile/src/styles/styles.dart' ;
1212import 'package:lichess_mobile/src/utils/screen.dart' ;
1313import 'package:lichess_mobile/src/widgets/board.dart' ;
14+ import 'package:lichess_mobile/src/widgets/clock.dart' ;
1415import 'package:lichess_mobile/src/widgets/move_list.dart' ;
1516import 'package:lichess_mobile/src/widgets/pockets.dart' ;
16- import 'package:lichess_mobile/src/widgets/clock.dart' ;
1717
1818/// In crazyhouse, when displaying pockets above/below the board, add this much additional side padding to make the board smaller and avoid overflows.
1919const _kAdditionalBoardSidePaddingForPockets = 70.0 ;
@@ -541,7 +541,7 @@ class _GameLayoutState extends ConsumerState<GameLayout> {
541541 Shadow (offset: Offset (1.5 , - 1.5 ), color: Colors .black),
542542 Shadow (offset: Offset (- 1.5 , 1.5 ), color: Colors .black),
543543 Shadow (offset: Offset (1.5 , 1.5 ), color: Colors .black),
544- Shadow (offset: Offset ( 0 , 0 ) , blurRadius: 6.0 , color: Colors .black),
544+ Shadow (offset: Offset .zero , blurRadius: 6.0 , color: Colors .black),
545545 ];
546546
547547 const hudTextStyle = TextStyle (
0 commit comments