We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68633ab commit 19d2497Copy full SHA for 19d2497
packages/nutritionfacts/src/App.tsx
@@ -83,7 +83,7 @@ const App: FC = () => {
83
>
84
<Flex>
85
<Flex.Item shouldGrow shouldShrink >
86
- <View withVisualDebug minHeight="2.5rem" display="inline-flex" as="div" style={{alignContent: "center"}}>
+ <View minHeight="2.5rem" display="inline-flex" as="div" style={{alignContent: "center"}}>
87
<InlineSVG
88
height="auto"
89
src={isDark ? LogoDark : Logo}
0 commit comments