fix: unable to see the text of link menu in dark mode (#4239)

This commit is contained in:
Lucas.Xu
2023-12-29 11:18:00 +08:00
committed by GitHub
parent d57b61b213
commit f5bfcdcb98
4 changed files with 24 additions and 9 deletions

View File

@ -79,8 +79,7 @@ class _MobileBottomSheetEditLinkWidgetState
TextEditingController controller,
String? hintText,
) {
return Container(
color: Colors.white,
return SizedBox(
height: 48.0,
child: FlowyTextField(
controller: controller,