Skip to content

Commit

Permalink
Match colors in tour popup to site color
Browse files Browse the repository at this point in the history
  • Loading branch information
JadeMaveric committed Mar 14, 2021
1 parent 11b1664 commit f0e9e83
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pages/poll/create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,12 @@ const Create = (): JSX.Element => {
showProgress={true}
debug={process.env.NODE_ENV === "development"}
spotlightClicks={true}
styles={
{ buttonClose: { visibility: "hidden" } }
}
styles={{
buttonClose: { visibility: "hidden" },
options: {
primaryColor: "#101010"
}
}}
/>
<Container className="rm-poll-container" fluid>
<Row className="jumbo-row">
Expand Down

0 comments on commit f0e9e83

Please sign in to comment.