Commit 6ecd646 1 parent 7464cc4 commit 6ecd646 Copy full SHA for 6ecd646
File tree 2 files changed +4
-5
lines changed
src/components/Modals/FundsModal
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
.funds-modal {
2
2
@include default-modal ;
3
-
4
- & __header {
5
- padding-top : 1rem !important ;
3
+ .deriv-modal__header {
4
+ padding-top : 1rem ;
6
5
7
6
@include mobile-or-tablet-screen {
8
7
padding-top : 0 !important ;
26
25
gap : 0.8rem ;
27
26
28
27
@include mobile-or-tablet-screen {
29
- padding-bottom : 1.6rem ;
28
+ padding : 1.6rem ;
30
29
}
31
30
}
32
31
}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ type TFundsModalProps = {
10
10
const FundsModal = ( { isModalOpen, onRequestClose } : TFundsModalProps ) => {
11
11
return (
12
12
< Modal ariaHideApp = { false } className = 'funds-modal' isOpen = { isModalOpen } shouldCloseOnOverlayClick = { false } >
13
- < Modal . Header className = 'funds-modal__header' hideBorder hideCloseIcon >
13
+ < Modal . Header hideBorder hideCloseIcon >
14
14
< Text size = 'md' weight = 'bold' >
15
15
< Localize i18n_default_text = 'How to fund your trades?' />
16
16
</ Text >
You can’t perform that action at this time.
0 commit comments