We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2061b commit 3138a66Copy full SHA for 3138a66
src/app/index.tsx
@@ -56,10 +56,10 @@ export function App() {
56
/>
57
<RowText order={4} text={`Selection Mode: ${autoSelectLatest ? "Auto" : "Manual"}`} />
58
59
- <RowText order={3} text="•" />
+ <RowText order={5} text="•" />
60
61
- <RowButton key="showargs" onClick={() => store.changeShowArgs(!showArgs)} order={5} text="Toggle" />
62
- <RowText order={6} text={`Show Args: ${showArgs ? "Yes" : "No"}`} />
+ <RowButton key="showargs" onClick={() => store.changeShowArgs(!showArgs)} order={6} text="Toggle" />
+ <RowText order={7} text={`Show Args: ${showArgs ? "Yes" : "No"}`} />
63
64
<uilistlayout
65
FillDirection={Enum.FillDirection.Horizontal}
0 commit comments