refactor: remove additional alpha
This commit is contained in:
parent
ac589331ab
commit
5c72430a0d
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ fun SettingsPreferenceComponent(
|
||||||
text = preferenceSummary.toString(),
|
text = preferenceSummary.toString(),
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.fillMaxWidth(),
|
.fillMaxWidth(),
|
||||||
color = preferenceSummaryColor.copy(alpha = 0.6f),
|
color = preferenceSummaryColor,
|
||||||
fontSize = with(LocalDensity.current) {
|
fontSize = with(LocalDensity.current) {
|
||||||
dimensionResource(id = R.dimen.normal_text_size).toSp()
|
dimensionResource(id = R.dimen.normal_text_size).toSp()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue