Skip to content

Commit

Permalink
[Fix] Fix Run Diff button height
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Huang <[email protected]>
  • Loading branch information
kentwelcome committed Nov 12, 2024
1 parent a10f528 commit 57e3e6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions js/src/components/query/QueryPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@ export const QueryPage = () => {
colorScheme="blue"
onClick={() => runQuery("query_diff")}
isDisabled={isPending}
size="sm"
leftIcon={<Icon as={VscDiff} />}
size="xs"
fontSize="14px"
marginTop={"16px"}
>
Run Diff
</Button>
Expand Down

0 comments on commit 57e3e6e

Please sign in to comment.