Merge branch 'develop' into bug/149-hide-keyboard-when-button-create-game-is-pressed
# Conflicts: # pubspec.yaml
This commit is contained in:
		| @@ -109,7 +109,7 @@ class _MainMenuViewState extends State<MainMenuView> { | ||||
|                               return Dismissible( | ||||
|                                 key: Key(session.id), | ||||
|                                 background: Container( | ||||
|                                   color: CupertinoColors.destructiveRed, | ||||
|                                   color: CustomTheme.red, | ||||
|                                   alignment: Alignment.centerRight, | ||||
|                                   padding: const EdgeInsets.only(right: 20.0), | ||||
|                                   child: const Icon( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user