diff --git a/lib/src/screens/monero_accounts/monero_account_list_page.dart b/lib/src/screens/monero_accounts/monero_account_list_page.dart index 0f4d493fe..ab662629b 100644 --- a/lib/src/screens/monero_accounts/monero_account_list_page.dart +++ b/lib/src/screens/monero_accounts/monero_account_list_page.dart @@ -123,7 +123,7 @@ class MoneroAccountListPage extends StatelessWidget { .pushNamed(Routes.accountCreation), child: Container( height: 62, - color: Theme.of(context).textTheme.subtitle.decorationColor, + color: Theme.of(context).cardColor, padding: EdgeInsets.only(left: 24, right: 24), child: Center( child: Row( diff --git a/lib/themes.dart b/lib/themes.dart index f78bad80b..0decf9777 100644 --- a/lib/themes.dart +++ b/lib/themes.dart @@ -174,6 +174,7 @@ class Themes { decorationColor: Palette.brightOrange // alert left button ), ), + cardColor: Palette.moderateSlateBlue // bottom button (action list) ); @@ -346,5 +347,6 @@ class Themes { decorationColor: Palette.alizarinRed // alert left button ), ), + cardColor: PaletteDark.darkNightBlue // bottom button (action list) ); } \ No newline at end of file