Skip to content

Commit

Permalink
remove transparent transak background
Browse files Browse the repository at this point in the history
  • Loading branch information
nicole-obrien committed Aug 15, 2024
1 parent b276015 commit 284682e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/lib/electron/preloads/transak.preload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ window.addEventListener('DOMContentLoaded', () => {
appRoot.style.borderBottomRightRadius = '32px'
appRoot.style.overflow = 'hidden'
}
window.document.documentElement.style.backgroundColor = 'transparent'
// window.document.documentElement.style.backgroundColor = 'transparent'
})

0 comments on commit 284682e

Please sign in to comment.