File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
src/shared/components/Contentful/Modal Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import { errors } from 'topcoder-react-lib';
14
14
import { themr } from 'react-css-super-themr' ;
15
15
import classnames from 'classnames' ;
16
16
17
+ import defaultModalTheme from 'components/Leaderboard/ChallengeHistoryModal/styles.scss' ;
17
18
import defaultStyle from './style.scss' ;
18
19
19
20
const { fireErrorMessage } = errors ;
@@ -102,7 +103,10 @@ class ContentfulModal extends React.Component {
102
103
className : classnames ( theme . modalTrigger , child . props . className ) ,
103
104
} ) ) }
104
105
{ isOpen && (
105
- < Modal onCancel = { this . onCloseModal } >
106
+ < Modal
107
+ onCancel = { this . onCloseModal }
108
+ theme = { defaultModalTheme }
109
+ >
106
110
< div
107
111
className = { theme . dismissButton }
108
112
onClick = { this . onCloseModal }
You can’t perform that action at this time.
0 commit comments