Skip to content

Commit

Permalink
fix: detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkJong-Hun committed Aug 11, 2024
1 parent dc4edb1 commit 295c10b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ fun TimetableList(
timetableItem.language.labels.forEach { label ->
TimetableItemTag(
tagText = label,
tagColor = MaterialTheme.colorScheme.onSurfaceVariant
tagColor = MaterialTheme.colorScheme.onSurfaceVariant,
)
Spacer(modifier = Modifier.padding(3.dp))
}
Expand Down

0 comments on commit 295c10b

Please sign in to comment.