Arthur_Tests #26

Open
arthur.valin wants to merge 1 commits from Arthur_Tests into master

@ -69,8 +69,8 @@ class _InGameScreenState extends State<InGameScreen> {
width: 7, width: 7,
color: Color(0xff1ABAE0), color: Color(0xff1ABAE0),
), ),
foregroundColor: Colors.transparent, onPrimary: Colors.transparent,
backgroundColor: Colors.transparent, primary: Colors.transparent,
shape: RoundedRectangleBorder( shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(55), borderRadius: BorderRadius.circular(55),
), ),

@ -89,7 +89,7 @@ class _InGameScreen2State extends State<InGameScreen2> {
width: 7, width: 7,
color: Color(0xff1ABAE0), color: Color(0xff1ABAE0),
), ),
foregroundColor: Colors.transparent, primary: Colors.transparent,
backgroundColor: Colors.transparent, backgroundColor: Colors.transparent,
shape: RoundedRectangleBorder( shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(55), borderRadius: BorderRadius.circular(55),

@ -66,8 +66,8 @@ class ButtonConnexion extends StatelessWidget {
width: 7, width: 7,
color: Color(0xffFF419B), color: Color(0xffFF419B),
), ),
backgroundColor: Colors.white, onPrimary: Colors.white,
foregroundColor: Color(0xffF40375), primary: Color(0xffF40375),
shape: RoundedRectangleBorder( shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(35), borderRadius: BorderRadius.circular(35),
), ),

@ -17,8 +17,8 @@ class ButtonNewParty extends StatelessWidget {
width: 4, width: 4,
color: Color(0xffFF419B), color: Color(0xffFF419B),
), ),
backgroundColor: Colors.white, onPrimary: Colors.white,
foregroundColor: Color(0xffF40375), primary: Color(0xffF40375),
shape: RoundedRectangleBorder( shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(35), borderRadius: BorderRadius.circular(35),
), ),
@ -123,8 +123,8 @@ class NewGameModal extends StatelessWidget {
fontWeight: FontWeight.bold, fontSize: 18), fontWeight: FontWeight.bold, fontSize: 18),
), ),
style: ElevatedButton.styleFrom( style: ElevatedButton.styleFrom(
backgroundColor: Colors.white, onPrimary: Colors.white,
foregroundColor: Color(0xffF40375), primary: Color(0xffF40375),
shape: RoundedRectangleBorder( shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(10), borderRadius: BorderRadius.circular(10),
), ),
@ -225,8 +225,8 @@ class ButtonJoinParty extends StatelessWidget {
width: 4, width: 4,
color: Color(0xff6B6588), color: Color(0xff6B6588),
), ),
backgroundColor: Colors.white, onPrimary: Colors.white,
foregroundColor: Color(0xff45405D), primary: Color(0xff45405D),
shape: RoundedRectangleBorder( shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(35), borderRadius: BorderRadius.circular(35),
), ),

@ -166,8 +166,8 @@ class _FinalScoreBoardState extends State<FinalScoreBoard> {
width: 7, width: 7,
color: Color(0xff1ABAE0), color: Color(0xff1ABAE0),
), ),
backgroundColor: Colors.transparent, onPrimary: Colors.transparent,
foregroundColor: Colors.transparent, primary: Colors.transparent,
shape: RoundedRectangleBorder( shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(55), borderRadius: BorderRadius.circular(55),
), ),
@ -349,7 +349,7 @@ class _InGameCardConfigState extends State<InGameCardConfig> {
style: ElevatedButton.styleFrom( style: ElevatedButton.styleFrom(
elevation: 5, elevation: 5,
shadowColor: Color(0xffB70056), shadowColor: Color(0xffB70056),
foregroundColor: Color(0xffF40375), primary: Color(0xffF40375),
shape: RoundedRectangleBorder( shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(10), borderRadius: BorderRadius.circular(10),
), ),

Loading…
Cancel
Save