From e3800de2adcced04afeea9a81c4ef2e65a2d89e3 Mon Sep 17 00:00:00 2001 From: jahooma Date: Thu, 6 Jan 2022 22:00:19 -0600 Subject: [PATCH] Update resolution panel to gray bg --- web/components/resolution-panel.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/components/resolution-panel.tsx b/web/components/resolution-panel.tsx index 3e282fa8..131b9f2e 100644 --- a/web/components/resolution-panel.tsx +++ b/web/components/resolution-panel.tsx @@ -57,7 +57,9 @@ export function ResolutionPanel(props: { : 'btn-disabled' return ( - + <div className="pt-2 pb-1 text-sm text-gray-400">Resolve outcome</div>