From 72d3952d9fab41f9346e041fcbafdc09c31b38ce Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 14 Jul 2025 10:50:36 -0500 Subject: [PATCH] Inset in blue well --- .../ageAssurance/AgeRestrictedScreen.tsx | 108 +++++++++++------- 1 file changed, 68 insertions(+), 40 deletions(-) diff --git a/src/components/ageAssurance/AgeRestrictedScreen.tsx b/src/components/ageAssurance/AgeRestrictedScreen.tsx index b16227735a..e89ecee726 100644 --- a/src/components/ageAssurance/AgeRestrictedScreen.tsx +++ b/src/components/ageAssurance/AgeRestrictedScreen.tsx @@ -3,7 +3,7 @@ import {View} from 'react-native' import {msg, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' -import {atoms as a, useTheme} from '#/alf' +import {atoms as a, select, useTheme} from '#/alf' import {AgeAssuranceBadge} from '#/components/ageAssurance/AgeAssuranceBadge' import { AgeAssuranceInitDialog, @@ -58,50 +58,78 @@ export function AgeRestrictedScreen({ - - - - - - - - - You're using Bluesky from a location that legally requires you - to verify your age prior to accessing certain features, like - adult content and direct messaging. - - - - - - You must complete age verification to access this screen. - - - - - - - Age verification takes only a few minutes + + + + + + + + + You're using Bluesky from a location that legally requires + you to verify your age prior to accessing certain features, + like adult content and direct messaging. + - + + + You must complete age verification to access this screen. + + + + + + + + Age verification takes only a few minutes + + + +