Skip to content

Commit f7183b1

Browse files
committed
CourseExperimental: fix styles
1 parent c37792b commit f7183b1

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

hwproj.front/src/components/Courses/CourseExperimental.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -406,9 +406,8 @@ export const CourseExperimental: FC<ICourseExperimentalProps> = (props) => {
406406
style={{color: '#212529'}}
407407
to={"/task/" + task.id!.toString()}>
408408
<Button
409-
style={{width: '150px'}}
410-
size="small"
411-
variant="contained"
409+
size="medium"
410+
variant="text"
412411
color="primary"
413412
>
414413
Решения

0 commit comments

Comments
 (0)