From 21ef5ee56a39dd54b22432d731a78df3d7deadb6 Mon Sep 17 00:00:00 2001 From: mosazaid Date: Wed, 21 Apr 2021 12:51:23 +0300 Subject: [PATCH] hot fix --- lib/widgets/shared/buttons/app_buttons_widget.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/shared/buttons/app_buttons_widget.dart b/lib/widgets/shared/buttons/app_buttons_widget.dart index e135310a..aa45acbb 100644 --- a/lib/widgets/shared/buttons/app_buttons_widget.dart +++ b/lib/widgets/shared/buttons/app_buttons_widget.dart @@ -107,7 +107,7 @@ class _AppButtonState extends State { shape: RoundedRectangleBorder( side: BorderSide( color: - widget.hasBorder ? widget.borderColor : widget.color, + widget.hasBorder ? widget.borderColor : widget.color ?? HexColor("#B8382C"), width: 0.8, ), borderRadius: BorderRadius.all(Radius.circular(widget.radius))),