diff options
Diffstat (limited to 'src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx')
-rw-r--r-- | src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx b/src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx index 267b784b0..d6c946956 100644 --- a/src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx +++ b/src/components/dialogs/EmailDialog/screens/VerificationReminder.tsx @@ -45,6 +45,10 @@ export function VerificationReminder({ a.overflow_hidden, a.pt_md, t.atoms.bg_contrast_100, + { + borderTopLeftRadius: a.rounded_md.borderRadius, + borderTopRightRadius: a.rounded_md.borderRadius, + }, ]}> <GradientFill gradient={tokens.gradients.primary} /> <ShieldIcon width={64} fill="white" style={[a.z_10]} /> |