Skip to content

Commit

Permalink
fix for #8
Browse files Browse the repository at this point in the history
  • Loading branch information
omerdotdev committed Jan 13, 2022
1 parent 16722c7 commit 829bf15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/widgets/outlined_btn_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class OutlineButtonWidget extends StatelessWidget {
icon,
),
style: OutlinedButton.styleFrom(
padding: const EdgeInsets.only(left: 8.0, right: 8.0),
shape:
RoundedRectangleBorder(borderRadius: BorderRadius.circular(12)),
primary: Theme.of(context).primaryColor,
Expand Down

0 comments on commit 829bf15

Please sign in to comment.