Skip to content

Commit

Permalink
[Redesign] Prevent zoom on input fields for mobile (#2805)
Browse files Browse the repository at this point in the history
Signed-off-by: Emre Bogazliyanlioglu <emre@wormholelabs.xyz>
  • Loading branch information
emreboga authored Oct 4, 2024
1 parent 616e81e commit 8ae2ebc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions wormhole-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "NODE_OPTIONS=--max-http-header-size=32000 REACT_APP_CONNECT_ENV=Testnet vite",
"start:mainnet": "NODE_OPTIONS=--max-http-header-size=32000 REACT_APP_CONNECT_ENV=Mainnet vite",
"start": "NODE_OPTIONS=--max-http-header-size=32000 REACT_APP_CONNECT_ENV=Testnet vite --host",
"start:mainnet": "NODE_OPTIONS=--max-http-header-size=32000 REACT_APP_CONNECT_ENV=Mainnet vite --host",
"build": "npm run build:lib; npm run build:hosted; npm run build:netlify",
"build:lib": "NODE_ENV=production NODE_OPTIONS=--max-old-space-size=10240 vite build",
"build:hosted": "VITE_BUILD_HOSTED=1 NODE_ENV=production NODE_OPTIONS=--max-old-space-size=10240 vite build",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function SearchInput(props: SearchInputProps) {
fullWidth
inputProps={{
style: {
fontSize: 14,
fontSize: 16,
height: 22,
lineHeight: 22,
},
Expand Down

0 comments on commit 8ae2ebc

Please sign in to comment.