Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
witwash committed Feb 5, 2025
1 parent b02810b commit 83edee9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions optimus/lib/src/lists/list_tile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,9 @@ class OptimusListTile extends StatelessWidget {
Positioned(
top: tokens.spacing0,
bottom: _prefixVerticalAlignment.getBottom(tokens),
child: SizedBox(
width: prefixSize.getWidth(tokens),
child: _Prefix(
prefix: prefix,
size: prefixSize,
),
child: _Prefix(
prefix: prefix,
size: prefixSize,
),
),
Row(
Expand Down

0 comments on commit 83edee9

Please sign in to comment.