We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2675f1e commit 8ed0fa1Copy full SHA for 8ed0fa1
1 file changed
src/components/VisualTour/VisualTour.tsx
@@ -130,7 +130,7 @@ export const VisualTour = ({
130
<Button
131
key={"next"}
132
variant="outlined"
133
- intent={"primary"}
+ elevated
134
onClick={() => {
135
setCurrentStepIndex(currentStepIndex + 1);
136
}}
@@ -144,7 +144,7 @@ export const VisualTour = ({
144
text={closeLabel}
145
onClick={closeTour}
146
147
148
rightIcon={"navigation-close"}
149
/>
150
),
0 commit comments