Skip to content

Commit 9fe15bd

Browse files
Add padding for ResumeCourseTablet
1 parent 7e2e135 commit 9fe15bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

course/src/main/java/com/raccoongang/course/presentation/outline/CourseOutlineFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ private fun ResumeCourseTablet(
423423
modifier = Modifier.fillMaxWidth(),
424424
horizontalArrangement = Arrangement.SpaceBetween
425425
) {
426-
Column(Modifier.weight(1f)) {
426+
Column(Modifier.weight(1f).padding(end = 35.dp)) {
427427
Text(
428428
text = stringResource(id = com.raccoongang.course.R.string.course_continue_with),
429429
style = MaterialTheme.appTypography.labelMedium,

0 commit comments

Comments
 (0)