Skip to content

Commit 3530f47

Browse files
committed
Restore Experimental pill badge on AI preferences heading
1 parent 8c98fe1 commit 3530f47

1 file changed

Lines changed: 21 additions & 3 deletions

File tree

src/screens/Settings/AIPreferencesSettings.tsx

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,27 @@ export function AIPreferencesSettingsScreen({}: Props) {
6161
</Layout.Header.Outer>
6262
<Layout.Content>
6363
<View style={[a.px_lg, a.pt_md, a.pb_lg, a.gap_sm]}>
64-
<Text style={[a.text_lg, a.font_bold, t.atoms.text]}>
65-
<Trans>Determine how AI may use your data (Experimental)</Trans>
66-
</Text>
64+
<View style={[a.flex_row, a.align_center, a.gap_xs, a.flex_wrap]}>
65+
<Text style={[a.text_lg, a.font_bold, t.atoms.text]}>
66+
<Trans>Determine how AI may use your data</Trans>
67+
</Text>
68+
<View
69+
style={[
70+
a.px_sm,
71+
a.py_2xs,
72+
a.rounded_full,
73+
t.atoms.bg_contrast_25,
74+
]}>
75+
<Text
76+
style={[
77+
a.text_xs,
78+
a.font_semi_bold,
79+
t.atoms.text_contrast_medium,
80+
]}>
81+
<Trans>Experimental</Trans>
82+
</Text>
83+
</View>
84+
</View>
6785
<Text style={[a.leading_snug, t.atoms.text_contrast_medium]}>
6886
<Trans>
6987
You can adjust these settings to configure how AI systems may use

0 commit comments

Comments
 (0)