Skip to content

Commit 1a87fc1

Browse files
committed
style(discover): increase width of source card
- Adjust the width of the source card from 120 to 150 units
1 parent 792e9ae commit 1a87fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/discover/view/discover_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class _SourceCard extends StatelessWidget {
189189
final theme = Theme.of(context);
190190

191191
return SizedBox(
192-
width: 120,
192+
width: 150,
193193
child: Card(
194194
clipBehavior: Clip.antiAlias,
195195
child: InkWell(

0 commit comments

Comments
 (0)