@selfcommunity/react-theme-default
Version:
Default theme to use with SelfCommunity TS library
22 lines (21 loc) • 651 B
JavaScript
const Component = {
styleOverrides: {
root: () => ({
'& .SCCourseCompletedDialog-wrapper': {
alignItems: 'center',
'& .SCCourseCompletedDialog-title': {
marginTop: '60px',
marginBottom: '27px'
},
'& .SCCourseCompletedDialog-description-pt1': {
marginTop: '27px'
},
'& .SCCourseCompletedDialog-description-pt2': {
marginTop: '11px',
marginBottom: '53px'
}
}
})
}
};
export default Component;