Skip to content
Snippets Groups Projects
Commit 9114f095 authored by George Tsiolis's avatar George Tsiolis Committed by Paul Slaughter
Browse files

Change design management empty state button style

parent af6ca47f
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ export default {
)
"
:disabled="isSaving"
variant="primary"
variant="success"
@click="openFileUpload"
>
{{ 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
<glbutton-stub
data-original-title="Adding a design with the same filename replaces the file in a new version."
title=""
variant="primary"
variant="success"
>
Add designs
......@@ -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."
disabled="true"
title=""
variant="primary"
variant="success"
>
Add designs
......@@ -60,7 +60,7 @@ exports[`Design management upload button component renders upload design button
<glbutton-stub
data-original-title="Adding a design with the same filename replaces the file in a new version."
title=""
variant="primary"
variant="success"
>
Add designs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment