Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/clustering' into feat/clust…
Browse files Browse the repository at this point in the history
…ering
  • Loading branch information
easyhooon committed Sep 23, 2024
2 parents 59b19a3 + 9db2479 commit 9e17a09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ internal fun HomeScreen(
.fillMaxWidth()
.padding(20.dp),
contentColor = MaterialTheme.colorScheme.onSecondary,
borderColor = MaterialTheme.colorScheme.surfaceVariant,
borderColor = MaterialTheme.colorScheme.secondaryContainer,
) {
Text(
text = stringResource(id = R.string.home_add_interest_festival_button),
Expand Down

0 comments on commit 9e17a09

Please sign in to comment.