From 050616d8e13aa7b13c9bf7fabe7cdd1b6b2ae179 Mon Sep 17 00:00:00 2001 From: Letro Bot Date: Fri, 10 Apr 2026 00:41:12 +0400 Subject: [PATCH] Change the send button background to match letro branding --- ElementX/Sources/Letro/Extensions/CompoundExtensions.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ElementX/Sources/Letro/Extensions/CompoundExtensions.swift b/ElementX/Sources/Letro/Extensions/CompoundExtensions.swift index 4d031e79d..60f433d82 100644 --- a/ElementX/Sources/Letro/Extensions/CompoundExtensions.swift +++ b/ElementX/Sources/Letro/Extensions/CompoundExtensions.swift @@ -27,6 +27,7 @@ extension CompoundColors { override(\.gradientSubtleStop5, with: CompoundCoreColorTokens.alphaOrange100) override(\.gradientSubtleStop6, with: CompoundCoreColorTokens.transparent) override(\.iconAccentTertiary, with: CompoundCoreColorTokens.orange800) + override(\.bgAccentRest, with: CompoundCoreColorTokens.orange900) } } @@ -40,6 +41,7 @@ extension CompoundUIColors { override(\.gradientSubtleStop5, with: CompoundCoreUIColorTokens.alphaOrange100) override(\.gradientSubtleStop6, with: CompoundCoreUIColorTokens.transparent) override(\.iconAccentTertiary, with: CompoundCoreUIColorTokens.orange800) + override(\.bgAccentRest, with: CompoundCoreUIColorTokens.orange900) } }