Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amina-deriv committed Jun 25, 2022
1 parent 8756a22 commit b890a58
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 b890a58

Please sign in to comment.