Commit 9114f095 authored by George Tsiolis's avatar George Tsiolis Committed by Paul Slaughter

Change design management empty state button style

https://gitlab.com/gitlab-org/gitlab/issues/13395
parent af6ca47f
...@@ -36,7 +36,7 @@ export default { ...@@ -36,7 +36,7 @@ export default {
) )
" "
:disabled="isSaving" :disabled="isSaving"
variant="primary" variant="success"
@click="openFileUpload" @click="openFileUpload"
> >
{{ s__('DesignManagement|Add designs') }} {{ s__('DesignManagement|Add designs') }}
......
---
title: Change design management empty state button style
merge_request: 18060
author: George Tsiolis
type: fixed
...@@ -7,7 +7,7 @@ exports[`Design management upload button component renders inverted upload desig ...@@ -7,7 +7,7 @@ exports[`Design management upload button component renders inverted upload desig
<glbutton-stub <glbutton-stub
data-original-title="Adding a design with the same filename replaces the file in a new version." data-original-title="Adding a design with the same filename replaces the file in a new version."
title="" title=""
variant="primary" variant="success"
> >
Add designs Add designs
...@@ -31,7 +31,7 @@ exports[`Design management upload button component renders loading icon 1`] = ` ...@@ -31,7 +31,7 @@ exports[`Design management upload button component renders loading icon 1`] = `
data-original-title="Adding a design with the same filename replaces the file in a new version." data-original-title="Adding a design with the same filename replaces the file in a new version."
disabled="true" disabled="true"
title="" title=""
variant="primary" variant="success"
> >
Add designs Add designs
...@@ -60,7 +60,7 @@ exports[`Design management upload button component renders upload design button ...@@ -60,7 +60,7 @@ exports[`Design management upload button component renders upload design button
<glbutton-stub <glbutton-stub
data-original-title="Adding a design with the same filename replaces the file in a new version." data-original-title="Adding a design with the same filename replaces the file in a new version."
title="" title=""
variant="primary" variant="success"
> >
Add designs Add designs
......
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