mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-21 23:59:56 +01:00
ab0ce58812
The TextField was not explicitly setting container colors, causing it to fall back to Material 3 defaults instead of the app's surfaceVariant color. Added focusedContainerColor, unfocusedContainerColor, and disabledContainerColor to match the pattern used throughout the rest of the codebase.