diff --git a/src/containers/IBCTransfer/IBCUnShielding.js b/src/containers/IBCTransfer/IBCUnShielding.js
index 0d1bcde..e37afa4 100644
--- a/src/containers/IBCTransfer/IBCUnShielding.js
+++ b/src/containers/IBCTransfer/IBCUnShielding.js
@@ -294,7 +294,7 @@ const IBCUnShielding = (props) => {
{/*
+
diff --git a/src/containers/IBCTransfer/index.css b/src/containers/IBCTransfer/index.css
index abe03e3..7561c5e 100644
--- a/src/containers/IBCTransfer/index.css
+++ b/src/containers/IBCTransfer/index.css
@@ -340,7 +340,7 @@
opacity: 0.5;
}
-.transfer_dialog > .arrow {
+.transfer_dialog > .arrow{
display: flex;
align-items: center;
position: absolute;
@@ -348,7 +348,16 @@
bottom: 140px;
}
-.transfer_dialog .arrow > img {
+.transfer_dialog .shielded_nam_arrow {
+ display: flex;
+ align-items: center;
+ position: absolute;
+ left: 45%;
+ bottom: 175px;
+}
+
+.transfer_dialog .arrow > img,
+.transfer_dialog .shielded_nam_arrow > img {
width: 80%;
height: auto;
margin: auto;
@@ -757,7 +766,7 @@
}
.transfer_dialog > .arrow {
- bottom: 164px;
+ bottom: 136px;
}
}
@@ -783,4 +792,8 @@
.transfer_dialog .transfer_source .select_section > div {
width: 100% !important;
}
+
+ .transfer_dialog > .arrow {
+ bottom: 165px;
+ }
}
diff --git a/src/containers/NavBar/ProfilePopover.js b/src/containers/NavBar/ProfilePopover.js
index 49f4c65..32999a4 100644
--- a/src/containers/NavBar/ProfilePopover.js
+++ b/src/containers/NavBar/ProfilePopover.js
@@ -14,7 +14,7 @@ const useStyles = makeStyles((theme) => ({
},
paper: {
padding: theme.spacing(2),
- backgroundColor: '#2B2A2B50',
+ backgroundColor: '#000000b3',
backdropFilter: 'blur(10px)',
border: '1px solid #FFFFFF3D',
borderRadius: '18px',