Skip to content

Commit

Permalink
minor change in tabs for results table (#63)
Browse files Browse the repository at this point in the history
Minor change
  • Loading branch information
eyurtsev authored Mar 21, 2024
1 parent 7e89376 commit 3c5b3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/components/Playground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const Playground = (props: PlaygroundProps) => {
</form>
</div>
<div className="m-auto">
<Tabs>
<Tabs variant={"enclosed"} colorScheme="blue" size="sm">
<TabList>
<Tab>Table</Tab>
<Tab>JSON</Tab>
Expand Down

0 comments on commit 3c5b3e4

Please sign in to comment.