diff --git a/src/screens/accountBoost/screen/accountBoostScreen.js b/src/screens/accountBoost/screen/accountBoostScreen.js
index 24ab85073..abe695f5a 100644
--- a/src/screens/accountBoost/screen/accountBoostScreen.js
+++ b/src/screens/accountBoost/screen/accountBoostScreen.js
@@ -46,9 +46,11 @@ const AccountBoost = ({ navigation }) => {
style={styles.avatarStyle}
disableSize
/>
-
- {'@' + (username ? username : currentAccount.name)}
-
+
+
+ {'@' + (username ? username : currentAccount.name)}
+
+
diff --git a/src/screens/accountBoost/screen/accountBoostStyles.js b/src/screens/accountBoost/screen/accountBoostStyles.js
index bdfd0c829..d875ec256 100644
--- a/src/screens/accountBoost/screen/accountBoostStyles.js
+++ b/src/screens/accountBoost/screen/accountBoostStyles.js
@@ -32,17 +32,20 @@ export default EStyleSheet.create({
borderColor: '$primaryBlue',
borderWidth: 4,
},
- usernameText: {
- backgroundColor: '$primaryBlue',
- color: '$white',
+ usernameContainer: {
+ zIndex: -1,
paddingVertical: 8,
paddingRight: 20,
paddingLeft: 16,
marginLeft: -8,
- zIndex: -1,
- fontSize: 15,
borderTopRightRadius: 20,
borderBottomRightRadius: 20,
+ overflow: 'hidden',
+ backgroundColor: '$primaryBlue',
+ },
+ usernameText: {
+ color: '$white',
+ fontSize: 15,
fontWeight: 'bold',
},
logoEstm: {