Skip to content

Commit

Permalink
fix: typo (#2800)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuul-wq authored Dec 6, 2024
1 parent 1b1c4a7 commit 432da8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const getColStyle = (wallet?: Wallet): string => {
return '';
}
if (walletUtils.isWatchOnly(wallet)) {
return 'grid-cols-[1fr,100px,15px,10px]';
return 'grid-cols-[1fr,100px,105px,10px]';
}

return 'grid-cols-[1fr,100px,108px,60px]';
Expand Down

0 comments on commit 432da8c

Please sign in to comment.