Skip to content

Commit

Permalink
[Fix] Fix Theme for OpenSource screen (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
milosmns authored Jul 3, 2024
2 parents 888d004 + 93a7bb0 commit 97a26de
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,9 @@ private fun ZeOpenSource(
Modifier.fillMaxSize(),
contentPadding = paddingValues,
colors = libraryColors(
backgroundColor = ZeBlack,
badgeBackgroundColor = ZeWhite,
backgroundColor = MaterialTheme.colorScheme.surface,
badgeBackgroundColor = MaterialTheme.colorScheme.primary,
dialogConfirmButtonColor = MaterialTheme.colorScheme.primary,
),
)
}
Expand Down

0 comments on commit 97a26de

Please sign in to comment.