Fix call tab color and spacing.

This commit is contained in:
Alex Hart
2023-05-19 11:24:30 -03:00
committed by Nicholas Tinsley
parent 5a38143987
commit 6dad7eafcf
3 changed files with 4 additions and 4 deletions

View File

@@ -185,7 +185,7 @@ class CallLogAdapter(
if (call.record.event == CallTable.Event.MISSED) {
R.color.signal_colorError
} else {
R.color.signal_colorOnSurface
R.color.signal_colorOnSurfaceVariant
}
)