Skip to content

Commit

Permalink
Fix icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniokrait committed Sep 6, 2024
1 parent 50b7f66 commit 67002c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ fun TimetableGridItem(
.size(TimetableGridItemSizes.errorHeight),
imageVector = Icons.Default.Error,
contentDescription = stringResource(SessionsRes.string.content_description_error_icon),
tint = MaterialTheme.colorScheme.errorContainer,
tint = MaterialTheme.colorScheme.error,
)
}
}
Expand Down

0 comments on commit 67002c6

Please sign in to comment.