From c16625c2781682cfe610ed1d3108f1d287a3c350 Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Wed, 4 Dec 2019 02:53:33 -0800 Subject: [PATCH] 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 --- src/ui/components/Info.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/components/Info.tsx b/src/ui/components/Info.tsx index 36c22d06c..0c6f28758 100644 --- a/src/ui/components/Info.tsx +++ b/src/ui/components/Info.tsx @@ -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} +
{children}
);