mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-26 20:46:21 +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,
|
final _backButton = Icon(Icons.arrow_back_ios,
|
||||||
color: titleColor ?? Theme.of(context).primaryTextTheme.title.color,
|
color: titleColor ?? Theme.of(context).primaryTextTheme.title.color,
|
||||||
size: 24,);
|
size: 16,);
|
||||||
final _closeButton =
|
final _closeButton =
|
||||||
isDarkTheme ? _closeButtonImageDarkTheme : _closeButtonImage;
|
isDarkTheme ? _closeButtonImageDarkTheme : _closeButtonImage;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue