fix: remove green outlines from testing
This commit is contained in:
parent
3ccdb31196
commit
0b1d41da68
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue