mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-10 21:04:53 +00:00
CAKE-147 | changed size of arrow_back_ios icon from 24 to 16
This commit is contained in:
parent
c729f86ac8
commit
c18fb9e31b
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ abstract class BasePage extends StatelessWidget {
|
|||
|
||||
final _backButton = Icon(Icons.arrow_back_ios,
|
||||
color: titleColor ?? Theme.of(context).primaryTextTheme.title.color,
|
||||
size: 24,);
|
||||
size: 16,);
|
||||
final _closeButton =
|
||||
isDarkTheme ? _closeButtonImageDarkTheme : _closeButtonImage;
|
||||
|
||||
|
|
Loading…
Reference in a new issue