From 7c93fa5a3b647172ff393def11af0aad25b20869 Mon Sep 17 00:00:00 2001 From: laiiihz Date: Tue, 1 Dec 2020 16:08:17 +0800 Subject: [PATCH] update button --- lib/buttons/as_longbutton.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/buttons/as_longbutton.dart b/lib/buttons/as_longbutton.dart index e88216b..c297d3d 100644 --- a/lib/buttons/as_longbutton.dart +++ b/lib/buttons/as_longbutton.dart @@ -67,8 +67,8 @@ class ASLongButton extends StatefulWidget { this.onPressed, this.width, this.disableTextColor, - this.bgColor = kDarkPrimaryColor, - }) : textColor = kTextColor, + this.bgColor = kPrimaryColor, + }) : textColor = kLightTextColor, outline = false, disableColor = Color(0xFFC1BDB5), super(key: key);