Commit e26cfad6 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'aregnery/update-variant-apply-suggestion-button' into 'master'

Update button variant to confirm

See merge request gitlab-org/gitlab!77022
parents 3b74fefc 2d80d85c
...@@ -67,7 +67,7 @@ export default { ...@@ -67,7 +67,7 @@ export default {
<gl-button <gl-button
class="gl-w-auto! gl-mt-3 gl-text-center! gl-hover-text-white! gl-transition-medium! float-right" class="gl-w-auto! gl-mt-3 gl-text-center! gl-hover-text-white! gl-transition-medium! float-right"
category="primary" category="primary"
variant="success" variant="confirm"
data-qa-selector="commit_with_custom_message_button" data-qa-selector="commit_with_custom_message_button"
@click="onApply" @click="onApply"
> >
......
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