Skip to content

Commit

Permalink
Merge branch 'task_push_labuan_bvi_vanuatu' of https://github.com/ami…
Browse files Browse the repository at this point in the history
…na-deriv/deriv-app into task_push_labuan_bvi_vanuatu
  • Loading branch information
hirad-deriv committed Jun 27, 2022
2 parents cd9f8bc + b890a58 commit ed8aa61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions packages/cfd/src/sass/cfd-dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1825,18 +1825,7 @@
font-size: var(--text-size-sm);
line-height: 3rem;
}
.amina {
margin-left: 0.8rem;
&--msg {
font-size: var(--text-size-xxs);
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 8px;
width: 276px;
border-radius: 4px;
}
}

.cfd-real-compare-accounts-mobile-header {
height: fit-content;
border-bottom: none;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { connect } from 'Stores/connect';
const DerivRealAccountRequiredModal = ({ is_open, onClose, disableApp, enableApp, openRealAccountSignup }) => {
const createAccount = () => {
onClose();
openRealAccountSignup('set_currency');
openRealAccountSignup();
};

return (
Expand Down

0 comments on commit ed8aa61

Please sign in to comment.