Update yotsuba theme preview with new color

This commit is contained in:
Jays2Kings 2021-07-05 15:25:43 -04:00
parent 480719bb1a
commit f2abddbf8f

View File

@ -144,7 +144,7 @@ enum class Themes(@StyleRes val styleRes: Int, val nightMode: Int, @StringRes va
when (styleRes) {
R.style.Theme_Tachiyomi_MidnightDusk -> "#c43c97"
R.style.Theme_Tachiyomi_StrawberryDaiquiri -> "#ED4A65"
R.style.Theme_Tachiyomi_Yotsuba -> "#FC8C5C"
R.style.Theme_Tachiyomi_Yotsuba -> "#dc6d3d"
else -> "#2979FF"
}
)