Skip to content

Commit

Permalink
🐛 fixes #307 Remove Background Close with Mask from Customizer Tour (#…
Browse files Browse the repository at this point in the history
…308)

Co-authored-by: Bhaskar Singh <[email protected]>
  • Loading branch information
harsh242 and bhaskarSingh authored Mar 25, 2021
1 parent 47ff43d commit 295e5fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/tezos/customizebot.js
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@ const Customizer = ({ location }) => {
isOpen={isTourOpen}
onRequestClose={() => setIsTourOpen(false)}
accentColor="#2563EB"
closeWithMask={false}
lastStepNextButton={
<div className="text-white font-mulish">Let's get started!</div>
}
Expand Down

0 comments on commit 295e5fc

Please sign in to comment.