Skip to content

Commit

Permalink
style: Coachmark > beacon 숨김 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
YuHyun-P committed Feb 3, 2024
1 parent 7b6dbde commit c9da15f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/frontend/src/components/coachmark/Coachmark.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ const STYLES: RequiredJoyrideProps["styles"] = {
primaryColor: color.$semantic.primary,
zIndex: coachmarkZIndex,
},
beacon: {
display: "none",
},
};

const FLOATER_PROPS: RequiredJoyrideProps["floaterProps"] = {
Expand Down

0 comments on commit c9da15f

Please sign in to comment.