Skip to content

Commit

Permalink
Merge branch 'master' of github.com:binary-com/deriv-app into niloofa…
Browse files Browse the repository at this point in the history
…r/76877/dropdown-component-ts-migration
  • Loading branch information
Niloofar Sadeghi committed Jan 24, 2023
2 parents 3c08275 + 52b7ac0 commit c7bf806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ const ClearAllFooter = ({ is_empty, clearNotifications }) => {
>
<Button
className={classNames('dc-btn--secondary', 'notifications-dialog__clear')}
disabled={is_empty}
onClick={clearNotifications}
>
<Text size='xxs' color='prominent' weight='bold'>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
box-shadow: none;
height: 100%;
width: 100%;
background: var(--general-section-2);
background: var(--general-main-2);
}
&--pre-appstore {
left: calc(-50% - 18rem);
Expand Down

0 comments on commit c7bf806

Please sign in to comment.