Left align trending hint on web
This commit is contained in:
@@ -43,17 +43,15 @@ export function TrendingTopicsPrompt({
|
|||||||
color="secondary"
|
color="secondary"
|
||||||
onPress={onConfirm}
|
onPress={onConfirm}
|
||||||
/>
|
/>
|
||||||
{!IS_WEB && (
|
<Text
|
||||||
<Text
|
style={[
|
||||||
style={[
|
a.text_sm,
|
||||||
a.text_sm,
|
IS_WEB ? a.text_left : a.text_center,
|
||||||
a.text_center,
|
t.atoms.text_contrast_medium,
|
||||||
t.atoms.text_contrast_medium,
|
a.py_xs,
|
||||||
a.py_xs,
|
]}>
|
||||||
]}>
|
<Trans>You can update this later from your settings.</Trans>
|
||||||
<Trans>You can update this later from your settings.</Trans>
|
</Text>
|
||||||
</Text>
|
|
||||||
)}
|
|
||||||
<Prompt.Cancel cta={l`Close`} />
|
<Prompt.Cancel cta={l`Close`} />
|
||||||
</Prompt.Actions>
|
</Prompt.Actions>
|
||||||
</Prompt.Outer>
|
</Prompt.Outer>
|
||||||
|
|||||||
Reference in New Issue
Block a user