Page MenuHomePhabricator

[native] Use consistent panel colors in QR code screens
ClosedPublic

Authored by rohan on Nov 30 2023, 8:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 4 2024, 6:31 PM
Unknown Object (File)
Mar 12 2024, 10:03 AM
Unknown Object (File)
Mar 8 2024, 4:56 AM
Unknown Object (File)
Mar 8 2024, 1:41 AM
Unknown Object (File)
Mar 6 2024, 9:54 PM
Unknown Object (File)
Jan 6 2024, 11:54 AM
Unknown Object (File)
Dec 27 2023, 10:53 PM
Unknown Object (File)
Dec 27 2023, 9:55 AM
Subscribers

Details

Summary

All of the components in qr-code-screen.react.js use a color from the panel color family, but the background in qr-code-sign-in-navigator.js use a color from the modal family. This diff just swaps the color out to instead remain consistent and use a color from the panel family.

This should have no impact visually because panelBackground is the same as modalBackground (designSystemColors.shadesBlack95)

Test Plan

Confirmed that there is no visual change

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable