Skip to content

Commit

Permalink
Fix script checks
Browse files Browse the repository at this point in the history
  • Loading branch information
theMr17 committed Jul 24, 2024
1 parent a168b57 commit 083ec70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ fun ClassroomCard(
}

@Composable
fun getClassroomCardWidth(): Dp {
private fun getClassroomCardWidth(): Dp {
val configuration = LocalConfiguration.current
val screenWidth = configuration.screenWidthDp.dp
val horizontalPadding = dimensionResource(id = R.dimen.classrooms_text_margin_start)
Expand Down

0 comments on commit 083ec70

Please sign in to comment.