diff --git a/lib/ui/pages/setup/initializing/server_type_picker.dart b/lib/ui/pages/setup/initializing/server_type_picker.dart index a56c9aec..7d30caf5 100644 --- a/lib/ui/pages/setup/initializing/server_type_picker.dart +++ b/lib/ui/pages/setup/initializing/server_type_picker.dart @@ -247,11 +247,12 @@ class SelectTypePage extends StatelessWidget { children: [ SizedBox( width: double.infinity, - child: InkWell( - onTap: () { - serverInstallationCubit.setServerType(type); - }, - child: Card( + child: Card( + clipBehavior: Clip.antiAlias, + child: InkWell( + onTap: () { + serverInstallationCubit.setServerType(type); + }, child: Padding( padding: const EdgeInsets.all(16.0), child: Column(