minor UI fix [skip ci]

This commit is contained in:
OmarHatem 2025-05-29 05:04:20 +03:00
parent c2b138c65c
commit 9a426ee5d4
2 changed files with 3 additions and 3 deletions

View file

@ -563,7 +563,7 @@ class BalanceRowWidget extends StatelessWidget {
), ),
), ),
), ),
SizedBox(width: 24), SizedBox(width: 16),
Expanded( Expanded(
child: Semantics( child: Semantics(
label: S.of(context).litecoin_mweb_pegout, label: S.of(context).litecoin_mweb_pegout,

View file

@ -13,12 +13,12 @@ APP_IOS_TYPE=$1
MONERO_COM_NAME="Monero.com" MONERO_COM_NAME="Monero.com"
MONERO_COM_VERSION="5.0.0" MONERO_COM_VERSION="5.0.0"
MONERO_COM_BUILD_NUMBER=124 MONERO_COM_BUILD_NUMBER=125
MONERO_COM_BUNDLE_ID="com.cakewallet.monero" MONERO_COM_BUNDLE_ID="com.cakewallet.monero"
CAKEWALLET_NAME="Cake Wallet" CAKEWALLET_NAME="Cake Wallet"
CAKEWALLET_VERSION="5.0.0" CAKEWALLET_VERSION="5.0.0"
CAKEWALLET_BUILD_NUMBER=320 CAKEWALLET_BUILD_NUMBER=321
CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet" CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet"