Skip to content

Commit 19d2497

Browse files
committed
remove visualdebug
1 parent 68633ab commit 19d2497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nutritionfacts/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const App: FC = () => {
8383
>
8484
<Flex>
8585
<Flex.Item shouldGrow shouldShrink >
86-
<View withVisualDebug minHeight="2.5rem" display="inline-flex" as="div" style={{alignContent: "center"}}>
86+
<View minHeight="2.5rem" display="inline-flex" as="div" style={{alignContent: "center"}}>
8787
<InlineSVG
8888
height="auto"
8989
src={isDark ? LogoDark : Logo}

0 commit comments

Comments
 (0)