goback to old onprimary and primary for color of button
continuous-integration/drone/push Build is passing Details

pull/26/head
Lucas Delanier 2 years ago
parent 416e94db35
commit 045b61793f

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

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

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

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

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

Loading…
Cancel
Save