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 67348ed commit 3b58247Copy full SHA for 3b58247
examples/react/custom-devtools/src/App.tsx
@@ -21,7 +21,7 @@ export default function App() {
21
<div>
22
<h1>Custom plugins</h1>
23
<h2>Count: {count}</h2>
24
- <div style={{ display: 'grid', gap: '4px' }}>
+ <div style={{ display: 'flex', gap: '4px' }}>
25
<button onClick={increment}>+ increase</button>
26
<button onClick={decrement}>− decrease</button>
27
</div>
0 commit comments