Skip to content

Commit

Permalink
Tweak 'Pinned' header padding
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyxchow committed Sep 14, 2024
1 parent e4c519a commit 07c23e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/home/stream_list/streams_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class _StreamsListState extends State<StreamsList>
isFirst: true,
padding: EdgeInsets.fromLTRB(
16,
8,
12,
16,
8,
),
Expand Down

0 comments on commit 07c23e6

Please sign in to comment.