Skip to content

Commit 8ed0fa1

Browse files
committed
fix color of buttons used in tour stepper
1 parent 2675f1e commit 8ed0fa1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/VisualTour/VisualTour.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export const VisualTour = ({
130130
<Button
131131
key={"next"}
132132
variant="outlined"
133-
intent={"primary"}
133+
elevated
134134
onClick={() => {
135135
setCurrentStepIndex(currentStepIndex + 1);
136136
}}
@@ -144,7 +144,7 @@ export const VisualTour = ({
144144
text={closeLabel}
145145
onClick={closeTour}
146146
variant="outlined"
147-
intent={"primary"}
147+
elevated
148148
rightIcon={"navigation-close"}
149149
/>
150150
),

0 commit comments

Comments
 (0)