Skip to content

Commit

Permalink
button redo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rushour0 committed Nov 9, 2022
1 parent 9a227fb commit be54d8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/components/hike_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class HikeButton extends StatelessWidget {
style: ElevatedButton.styleFrom(
primary: buttonColor,
shape: RoundedRectangleBorder(
borderRadius: new BorderRadius.circular(screensize.width / 20),
borderRadius: new BorderRadius.circular(screensize.width),
side: BorderSide(
color: borderColor,
),
Expand Down
2 changes: 1 addition & 1 deletion lib/views/home_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class _MainScreenState extends State<MainScreen> with TickerProviderStateMixin {
Container(
width: 45.w,
child: HikeButton(
buttonWidth: homebwidth,
buttonWidth: homebwidth - 10,
buttonHeight: homebheight - 2,
text: 'Join a Group',
textColor: kYellow,
Expand Down

0 comments on commit be54d8d

Please sign in to comment.