mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: 评论区表情去除圆角
This commit is contained in:
@@ -63,9 +63,9 @@ class _EmotePanelState extends State<EmotePanel>
|
|||||||
return Material(
|
return Material(
|
||||||
color: Colors.transparent,
|
color: Colors.transparent,
|
||||||
clipBehavior: Clip.hardEdge,
|
clipBehavior: Clip.hardEdge,
|
||||||
shape: RoundedRectangleBorder(
|
// shape: RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.circular(4),
|
// borderRadius: BorderRadius.circular(4),
|
||||||
),
|
// ),
|
||||||
child: InkWell(
|
child: InkWell(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
widget.onChoose(e, e.emote![index]);
|
widget.onChoose(e, e.emote![index]);
|
||||||
@@ -83,6 +83,7 @@ class _EmotePanelState extends State<EmotePanel>
|
|||||||
width: size * 38,
|
width: size * 38,
|
||||||
height: size * 38,
|
height: size * 38,
|
||||||
semanticsLabel: e.emote![index].text!,
|
semanticsLabel: e.emote![index].text!,
|
||||||
|
type: 'emote',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user