diff --git a/lib/pages/emote/view.dart b/lib/pages/emote/view.dart index d08d8d0a..ffbd4f72 100644 --- a/lib/pages/emote/view.dart +++ b/lib/pages/emote/view.dart @@ -63,9 +63,9 @@ class _EmotePanelState extends State return Material( color: Colors.transparent, clipBehavior: Clip.hardEdge, - shape: RoundedRectangleBorder( - borderRadius: BorderRadius.circular(4), - ), + // shape: RoundedRectangleBorder( + // borderRadius: BorderRadius.circular(4), + // ), child: InkWell( onTap: () { widget.onChoose(e, e.emote![index]); @@ -83,6 +83,7 @@ class _EmotePanelState extends State width: size * 38, height: size * 38, semanticsLabel: e.emote![index].text!, + type: 'emote', ), ), ),