mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 23:40:33 +05:30
Merge pull request #1807 from Bnyro/master
use a different sponsorblock color
This commit is contained in:
commit
86a1a7c3df
@ -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)
|
||||
}
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user