Commit f081f1dd authored by Paul Slaughter's avatar Paul Slaughter

Merge branch 'update-design-management-empty-state-button-style' into 'master'

Change design management empty state button style

See merge request gitlab-org/gitlab!18060
parents af6ca47f 9114f095
......@@ -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
......
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