1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

removed margin for popup view (#19804)

This commit is contained in:
Nidhi Kumari 2023-06-28 20:41:19 +05:30 committed by GitHub
parent 7e7b4f018c
commit b9bca5feca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,7 +151,7 @@ export const AppHeader = ({ location }) => {
// This is required to ensure send and confirmation screens // This is required to ensure send and confirmation screens
// look as desired // look as desired
const headerBottomMargin = disableNetworkPicker ? 4 : 0; const headerBottomMargin = !popupStatus && disableNetworkPicker ? 4 : 0;
return ( return (
<> <>