Update Send button bg color (#5170)

* Update Send button bg color

Change the gradient bg to accent/rest.

* Tidy-up ComposerToolbar to match iOS 18 Figma.

Also simplifies the tests a bit.

* Add a .glassEffect to Compound's SendButton.

* Add a border to TimelineReplyView.

Also use the same sizes in both the message bubbles and the composer.

* Change icon size and container in message bubbles

- Container size = 36x36px
- Icon size = 24x24px

* Update icon of reply contents to be 24x24

* Update the VoiceMessageButton to match the designs.

* Adopt Liquid Glass in the ComposerToolbar.

* Generate and fix snapshots.

---------

Co-authored-by: Doug <douglase@element.io>
This commit is contained in:
Aaron Thornburgh
2026-03-25 18:42:10 +01:00
committed by GitHub
parent 51a3350f0b
commit b4d6fe43c3
181 changed files with 790 additions and 719 deletions

View File

@@ -867,6 +867,10 @@ extension AccessibilityTests {
try await performAccessibilityAudit(named: "VoiceMessageRoomTimelineView_Previews")
}
func testVoiceMessageTrashButton() async throws {
try await performAccessibilityAudit(named: "VoiceMessageTrashButton_Previews")
}
func testWaveformCursorView() async throws {
try await performAccessibilityAudit(named: "WaveformCursorView_Previews")
}