Skip to content

Commit

Permalink
Added Connectivity Checker & Slightly tweak in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmominsakib committed Dec 10, 2020
1 parent 01855e3 commit efcc0ce
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 161 deletions.
3 changes: 2 additions & 1 deletion lib/component/dateSlider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ class TodayWeatherButton extends StatelessWidget {
duration: Duration(milliseconds: 500),
curve: Curves.easeOutQuint,
margin: EdgeInsets.only(
top: active ? 0 : 10,
top: active ? 0 : 30,
bottom: active ? 15 : 0,
),
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(10),
Expand Down
Loading

0 comments on commit efcc0ce

Please sign in to comment.