chore: Make stickers smaller
This commit is contained in:
parent
e96090051d
commit
1a2a25d394
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ class StickerState extends State<Sticker> {
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return ImageBubble(
|
return ImageBubble(
|
||||||
widget.event,
|
widget.event,
|
||||||
width: 400,
|
width: 256,
|
||||||
height: 400,
|
height: 256,
|
||||||
fit: BoxFit.contain,
|
fit: BoxFit.contain,
|
||||||
onTap: () {
|
onTap: () {
|
||||||
setState(() => animated = true);
|
setState(() => animated = true);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue