use a different sponsorblock color

This commit is contained in:
Bnyro 2022-11-11 18:48:06 +01:00
parent f9787b4fe2
commit 7f1e0147c1

View File

@ -44,12 +44,12 @@ class MarkableTimeBar(
canvas.drawRect(
Rect(
(it.segment.first() + HORIZONTAL_OFFSET).toLength(),
marginY,
marginY - 1,
(it.segment.last() + HORIZONTAL_OFFSET).toLength(),
canvas.height - marginY
),
Paint().apply {
color = ThemeHelper.getThemeColor(context, R.attr.colorError)
color = ThemeHelper.getThemeColor(context, R.attr.colorOnSecondary)
}
)
}