diff --git a/mobile/src/screens/WalletScreen.tsx b/mobile/src/screens/WalletScreen.tsx index 5db0ea68..59d67574 100644 --- a/mobile/src/screens/WalletScreen.tsx +++ b/mobile/src/screens/WalletScreen.tsx @@ -656,7 +656,7 @@ const WalletScreen: React.FC = () => { {/* Top Header */} - Wallet + Cüzdan / Wallet setNetworkSelectorVisible(true)} testID="wallet-network-button"> 🌐 {NETWORKS[currentNetwork].displayName} @@ -742,7 +742,7 @@ const WalletScreen: React.FC = () => { showAlert('Staking', 'Navigate to Staking')}> - 🥩 + 💰 Staking @@ -1401,16 +1401,15 @@ const styles = StyleSheet.create({ color: '#888', }, - // Action Buttons Grid (2x4) - New Design + // Action Buttons Grid (1x4) - Single Row actionsGrid: { flexDirection: 'row', - flexWrap: 'wrap', + justifyContent: 'space-between', paddingHorizontal: 16, paddingVertical: 8, - gap: 12, }, actionButton: { - width: '23%', + width: '22%', aspectRatio: 1, borderRadius: 16, justifyContent: 'center',