mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 12:58:25 +00:00
Fix divider color
This commit is contained in:
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…
x
Reference in New Issue
Block a user