Fix divider color

pull/1261/head
andrew 1 year ago
parent 8d66d948ca
commit efb5b27191

@ -29,7 +29,7 @@ fun AppTheme(
val extraColors = LocalContext.current.run {
ExtraColors(
cell = getColorFromTheme(R.attr.colorCellBackground),
divider = getColorFromTheme(R.attr.dividerHorizontal),
divider = getColorFromTheme(R.attr.dividerHorizontal).copy(alpha = 0.15f),
settingsBackground = getColorFromTheme(R.attr.colorSettingsBackground)
)
}

Loading…
Cancel
Save