Skip to content

Commit 2165672

Browse files
committed
🎨 Formatted.
1 parent 22ba5e5 commit 2165672

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/src/widget/asset_picker.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -735,9 +735,9 @@ class AssetPicker extends StatelessWidget {
735735
: Text(
736736
'${selectedAssets.indexOf(asset) + 1}',
737737
style: TextStyle(
738-
color: selected
739-
? theme.textTheme.bodyText1.color
740-
: null,
738+
color: selected
739+
? theme.textTheme.bodyText1.color
740+
: null,
741741
fontSize: isAppleOS ? 16.0 : 14.0,
742742
fontWeight: isAppleOS
743743
? FontWeight.w600

0 commit comments

Comments
 (0)