Skip to content

Commit

Permalink
fix(buttons): change button variant from contained to outlined in Que…
Browse files Browse the repository at this point in the history
…ryInput and VectorSearch components
  • Loading branch information
mert-ergun committed Feb 13, 2025
1 parent d2d8a90 commit 0a13142
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crossbar_llm/frontend/src/components/QueryInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ function QueryInput({
Generate Cypher Query
</Button>
<Button
variant="contained"
variant="outlined"
fullWidth
onClick={handleRunGeneratedQuery}
disabled={!generatedQuery || loading}
Expand Down
2 changes: 1 addition & 1 deletion crossbar_llm/frontend/src/components/VectorSearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ function VectorSearch({
Generate Cypher Query
</Button>
<Button
variant="contained"
variant="outlined"
fullWidth
onClick={handleRunGeneratedQuery}
disabled={!generatedQuery || loading}
Expand Down

0 comments on commit 0a13142

Please sign in to comment.