Commit 56497136 authored by Natalia Tepluhina's avatar Natalia Tepluhina Committed by Andrew Fontaine

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

parent 95e20330
......@@ -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