Skip to content

Commit

Permalink
refactor: update height of popup window to 700
Browse files Browse the repository at this point in the history
  • Loading branch information
rainforest-dev committed Oct 7, 2023
1 parent c7c437e commit edbe9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export const POPUP_WINDOW = {
top: 50,
left: 100,
width: 400,
height: 600,
height: 700,
} as const

export const ConnectionName = {
Expand Down

0 comments on commit edbe9bd

Please sign in to comment.