diff --git a/src/components/postBoost/postBoostStyles.js b/src/components/postBoost/postBoostStyles.js index e7805881c..aa62377d9 100644 --- a/src/components/postBoost/postBoostStyles.js +++ b/src/components/postBoost/postBoostStyles.js @@ -173,4 +173,23 @@ export default EStyleSheet.create({ alignItems: 'center', flexDirection: 'row', }, + infoWrapper: { + backgroundColor: '$primaryLightBackground', + flexDirection: 'row', + justifyContent: 'center', + alignItems: 'center', + fontSize: 16, + paddingHorizontal: 16, + borderRadius: 16, + paddingVertical: 8, + marginTop: 40, + }, + infoIcon: { + color: '$primaryDarkGray', + }, + infoText: { + fontSize: 16, + marginLeft: 8, + color: '$primaryDarkGray', + }, }); diff --git a/src/components/postBoost/postBoostView.js b/src/components/postBoost/postBoostView.js index 7a43f98c3..e0196be59 100644 --- a/src/components/postBoost/postBoostView.js +++ b/src/components/postBoost/postBoostView.js @@ -225,6 +225,16 @@ class BoostPostScreen extends PureComponent { + + + {intl.formatMessage({ id: 'boost.info' })} + +