CAKE-147 | changed size of arrow_back_ios icon from 24 to 16

This commit is contained in:
OleksandrSobol 2020-11-11 20:52:46 +02:00
parent c729f86ac8
commit c18fb9e31b

View file

@ -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;