mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-20 00:31:34 +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 {
|
val extraColors = LocalContext.current.run {
|
||||||
ExtraColors(
|
ExtraColors(
|
||||||
cell = getColorFromTheme(R.attr.colorCellBackground),
|
cell = getColorFromTheme(R.attr.colorCellBackground),
|
||||||
divider = getColorFromTheme(R.attr.dividerHorizontal),
|
divider = getColorFromTheme(R.attr.dividerHorizontal).copy(alpha = 0.15f),
|
||||||
settingsBackground = getColorFromTheme(R.attr.colorSettingsBackground)
|
settingsBackground = getColorFromTheme(R.attr.colorSettingsBackground)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user