Skip to content

Commit

Permalink
fix: Align icons in trait list between expandables and non expandables
Browse files Browse the repository at this point in the history
  • Loading branch information
rlperez committed Jan 18, 2022
1 parent 14856bd commit cf17d1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/traits/slim/base_slim_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ class BaseSlimWidget extends StatelessWidget {
: leftIcon,
trailing: rightIcon,
title: headerText,
horizontalTitleGap: 0.0,
horizontalTitleGap: 16.0,
contentPadding: EdgeInsets.all(0),
key: key,
);
}
Expand Down

0 comments on commit cf17d1d

Please sign in to comment.