Skip to content

Commit

Permalink
fix: Color of license dialog confirm button (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjacobs authored Sep 27, 2023
1 parent f6a5b8f commit fec773c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ fun SettingsLicensesScreen(modifier: Modifier = Modifier, onBackClick: () -> Uni
contentColor = MaterialTheme.colorScheme.onBackground,
badgeBackgroundColor = MaterialTheme.colorScheme.primary,
badgeContentColor = MaterialTheme.colorScheme.onPrimary,
dialogConfirmButtonColor = MaterialTheme.colorScheme.primary,
),
)
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ google-accompanist = "0.32.0"
kotest = "5.7.2"
kotlin = "1.9.10"
kotlinx-coroutines = "1.7.3"
mikepenz-aboutlibraries = "10.9.0"
mikepenz-aboutlibraries = "10.9.1"

[libraries]
android-gradle-plugin = { module = "com.android.tools.build:gradle", version.ref = "android-gradle-plugin" }
Expand Down

0 comments on commit fec773c

Please sign in to comment.