mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: unable to see the text of link menu in dark mode (#4239)
This commit is contained in:
@ -79,8 +79,7 @@ class _MobileBottomSheetEditLinkWidgetState
|
||||
TextEditingController controller,
|
||||
String? hintText,
|
||||
) {
|
||||
return Container(
|
||||
color: Colors.white,
|
||||
return SizedBox(
|
||||
height: 48.0,
|
||||
child: FlowyTextField(
|
||||
controller: controller,
|
||||
|
Reference in New Issue
Block a user