Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit d19eda1

Browse files
author
eightgran
committed
Adjust styling on LitBackButton
- Change background color - Change icon color - Change box shadow
1 parent af0153c commit d19eda1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/src/widgets/lit_back_button.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ class LitBackButton extends StatefulWidget {
4747
static const double defaultHeight = 32.0;
4848
static const double defaultWidth = 54.0;
4949
static const double defaultIconSize = 16.0;
50-
static const Color defaultBackgroundColor = LitColors.grey400;
51-
static const Color defaultIconColor = Colors.white;
50+
static const Color defaultBackgroundColor = LitColors.white;
51+
static const Color defaultIconColor = LitColors.grey350;
5252
static const IconData icon = LitIcons.arrow_left_solid;
5353
static const bool defaultShouldNavigateBack = true;
54-
static const List<BoxShadow> boxShadow = LitBoxShadows.sm;
54+
static const List<BoxShadow> boxShadow = LitBoxShadows.md;
5555

5656
@override
5757
_LitBackButtonState createState() => _LitBackButtonState();

0 commit comments

Comments
 (0)