Merge pull request #4818 from pangeachat/fix-green-lines

fix: remove green outlines from testing
This commit is contained in:
ggurdin 2025-12-08 12:52:04 -05:00 committed by GitHub
commit c2bfe7ba30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -189,8 +189,6 @@ class TokenEmojiButtonState extends State<TokenEmojiButton>
height: _sizeAnimation!.value,
width: widget.enabled ? _sizeAnimation!.value : 0,
alignment: Alignment.center,
decoration: BoxDecoration(
border: Border.all(color: Colors.green)),
child: child,
),
);