mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-07-13 09:17:49 +01:00
Fix send button default color.
This commit is contained in:
committed by
jeffrey-signal
parent
9cbe204141
commit
599d55ac0b
@@ -20,8 +20,8 @@ data class ViewColorSet(
|
||||
) : Parcelable {
|
||||
companion object {
|
||||
val PRIMARY = ViewColorSet(
|
||||
foreground = ViewColor.ColorResource(CoreUiR.color.signal_colorOnPrimary),
|
||||
background = ViewColor.ColorResource(CoreUiR.color.signal_colorPrimary)
|
||||
foreground = ViewColor.ColorResource(CoreUiR.color.signal_light_colorOnPrimary),
|
||||
background = ViewColor.ColorResource(CoreUiR.color.signal_light_colorPrimary)
|
||||
)
|
||||
|
||||
fun forCustomColor(@ColorInt customColor: Int): ViewColorSet {
|
||||
|
||||
Reference in New Issue
Block a user