From 5adf6cc4e0eeaca1dde2c3c219c37967829155d9 Mon Sep 17 00:00:00 2001 From: suejinkim20 Date: Fri, 16 Feb 2024 00:31:50 -0500 Subject: [PATCH] consolidate background color under sx prop and remove style prop --- components/branding/LogoBlock.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/branding/LogoBlock.js b/components/branding/LogoBlock.js index 4ed1cdfd..ace68b15 100644 --- a/components/branding/LogoBlock.js +++ b/components/branding/LogoBlock.js @@ -22,7 +22,7 @@ const styles = { export const LogoBlock = ({logo, bgColor}) => { return ( - +