[APP-2429] Add Sunlight and Twilight color options to the Invite Friends QR code (#10921)

Co-authored-by: Eric Bailey <git@esb.lol>
This commit is contained in:
Spence Pope
2026-06-24 13:27:12 -04:00
committed by GitHub
parent c909fef3f1
commit f64b1258b6
4 changed files with 57 additions and 4 deletions
@@ -26,8 +26,10 @@ export function ThemePicker({
const labels: Record<InviteThemeKey, string> = {
dawn: l`Dawn`,
sunlight: l`Sunlight`,
day: l`Day`,
dusk: l`Dusk`,
twilight: l`Twilight`,
night: l`Night`,
}