💄(frontend) center the feedback screen text
Align the screen with the mockup, and the recent added error screen.
This commit is contained in:
committed by
aleb_the_flash
parent
ca3b1f0297
commit
9a07fba991
@@ -1,5 +1,5 @@
|
|||||||
import { useTranslation } from 'react-i18next'
|
import { useTranslation } from 'react-i18next'
|
||||||
import { P } from '@/primitives'
|
import { Text } from '@/primitives'
|
||||||
import { Screen } from '@/layout/Screen'
|
import { Screen } from '@/layout/Screen'
|
||||||
import { CenteredContent } from '@/layout/CenteredContent'
|
import { CenteredContent } from '@/layout/CenteredContent'
|
||||||
|
|
||||||
@@ -8,7 +8,7 @@ export const FeedbackRoute = () => {
|
|||||||
return (
|
return (
|
||||||
<Screen layout="centered">
|
<Screen layout="centered">
|
||||||
<CenteredContent title={t('feedback.heading')} withBackButton>
|
<CenteredContent title={t('feedback.heading')} withBackButton>
|
||||||
<P>{t('feedback.body')}</P>
|
<Text as="p" variant="h3" centered>{t('feedback.body')}</Text>
|
||||||
</CenteredContent>
|
</CenteredContent>
|
||||||
</Screen>
|
</Screen>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user