Skip to content

Commit

Permalink
runfix: Center redirect info text (#8797)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yserz committed May 14, 2020
1 parent ab949e3 commit d6d2424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/auth/page/CustomEnvironmentRedirect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const CustomEnvironmentRedirect = ({doNavigate, doSendNavigationEvent}: Dispatch
style={{backgroundColor: COLOR.BLUE_OPAQUE_16, borderRadius: 8, marginTop: 40, padding: '16px 24px'}}
>
<InfoIcon color={COLOR.BLUE} style={{marginBottom: 8}} />
<Text fontSize="14px" color={COLOR.BLUE} data-uie-name="credentials-info">
<Text center fontSize="14px" color={COLOR.BLUE} data-uie-name="credentials-info">
{_(customEnvRedirectStrings.credentialsInfo)}
</Text>
</FlexBox>
Expand Down

0 comments on commit d6d2424

Please sign in to comment.