mirror of
https://github.com/pachli/pachli-android.git
synced 2025-02-05 11:47:47 +01:00
71df6254ef
Use the Material colour for `conversation_thread_line` (which is `colorOutlineVariant`) instead of a custom attribute. Elsewhere, use the Material attribute directly (in code), or replace the custom divider with a `MaterialDivider`. This makes some colour definitions unused, so remove them. Fixes #148