Commit b2cfaf43 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch '229955-ux-polish-update-top-right-upload-button-from-green-to-grey' into 'master'

UX Polish: Update top right Upload button from Green to Grey

See merge request gitlab-org/gitlab!37558
parents 578bceec 56497136
......@@ -38,7 +38,7 @@ export default {
)
"
:disabled="isSaving"
variant="success"
variant="default"
size="small"
@click="openFileUpload"
>
......
---
title: 'UX Polish: Update top right Upload button from Green to Grey'
merge_request: 37558
author:
type: fixed
......@@ -9,7 +9,7 @@ exports[`Design management upload button component renders inverted upload desig
icon=""
size="small"
title="Adding a design with the same filename replaces the file in a new version."
variant="success"
variant="default"
>
Upload designs
......@@ -35,7 +35,7 @@ exports[`Design management upload button component renders loading icon 1`] = `
icon=""
size="small"
title="Adding a design with the same filename replaces the file in a new version."
variant="success"
variant="default"
>
Upload designs
......@@ -66,7 +66,7 @@ exports[`Design management upload button component renders upload design button
icon=""
size="small"
title="Adding a design with the same filename replaces the file in a new version."
variant="success"
variant="default"
>
Upload 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