Commit 18849cc1 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'aregnery/update-create-file-variant' into 'master'

Update button variant and category for creating a file in an empty branch

See merge request gitlab-org/gitlab!77313
parents 17d0ca16 9d6c6562
...@@ -62,8 +62,8 @@ export default { ...@@ -62,8 +62,8 @@ export default {
<gl-button <gl-button
v-if="mr.newBlobPath" v-if="mr.newBlobPath"
:href="mr.newBlobPath" :href="mr.newBlobPath"
category="secondary" category="primary"
variant="success" variant="confirm"
data-testid="createFileButton" data-testid="createFileButton"
@click="onClickNewFile" @click="onClickNewFile"
> >
......
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