Commit aa65e97f authored by Sunjung Park's avatar Sunjung Park

Replace the success btn with the confirm button

In the compare menu and web IDE commit area,
there are buttons with deprecated style.

Changelog: fixed
parent 369dd676
......@@ -122,7 +122,7 @@ export default {
/>
</div>
<div class="gl-mt-4">
<gl-button category="primary" variant="success" @click="onSubmit">
<gl-button category="primary" variant="confirm" @click="onSubmit">
{{ s__('CompareRevisions|Compare') }}
</gl-button>
<gl-button data-testid="swapRevisionsButton" class="btn btn-default" @click="onSwapRevision">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment