From ff6e125998e3cd14576e1bb8cd441f5ff3ccd37e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E8=90=8C?= <494089941@qq.com> Date: Tue, 10 May 2022 10:02:36 +0800 Subject: [PATCH] fix bug --- lib/ui/widgets/common/bee_picker_box.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/widgets/common/bee_picker_box.dart b/lib/ui/widgets/common/bee_picker_box.dart index 1856a72..95aefb8 100644 --- a/lib/ui/widgets/common/bee_picker_box.dart +++ b/lib/ui/widgets/common/bee_picker_box.dart @@ -25,7 +25,7 @@ class BeePickerBox extends StatelessWidget { // height: 48.w, child: TextButton( onPressed: onPressed, - child: Text(title), + child: Text(title,style: TextStyle(color: Colors.black.withOpacity(0.85)),), ), ); }