Add explanation banner

Summary: Add a quick banner to give some more context on the bug report feature

Reviewed By: jknoxville

Differential Revision: D18807556

fbshipit-source-id: b2de614ccfd30a22f418b60d6f08066c57759deb
This commit is contained in:
Michel Weststrate
2019-12-04 02:53:33 -08:00
committed by Facebook Github Bot
parent 1c4addd736
commit c16625c278

View File

@@ -37,7 +37,7 @@ const color = {
};
const bgColor = {
info: 'transparent',
info: colors.cyanTint,
warning: colors.yellowTint,
error: colors.redTint,
spinning: 'transparent',
@@ -73,7 +73,7 @@ function Info({type, children, small}: InfoProps) {
variant="filled"
/>
)}
<>{children}</>
<div>{children}</div>
</HBox>
</InfoWrapper>
);