chore: Follow up width
This commit is contained in:
parent
f051fc1851
commit
8ed54497f9
1 changed files with 77 additions and 74 deletions
|
|
@ -194,7 +194,9 @@ class _StoryButtonState extends State<_StoryButton> {
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return InkWell(
|
return SizedBox(
|
||||||
|
width: 82,
|
||||||
|
child: InkWell(
|
||||||
onHover: _onHover,
|
onHover: _onHover,
|
||||||
borderRadius: BorderRadius.circular(7),
|
borderRadius: BorderRadius.circular(7),
|
||||||
onTap: widget.onPressed,
|
onTap: widget.onPressed,
|
||||||
|
|
@ -280,6 +282,7 @@ class _StoryButtonState extends State<_StoryButton> {
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue