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 { ...@@ -38,7 +38,7 @@ export default {
) )
" "
:disabled="isSaving" :disabled="isSaving"
variant="success" variant="default"
size="small" size="small"
@click="openFileUpload" @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 ...@@ -9,7 +9,7 @@ exports[`Design management upload button component renders inverted upload desig
icon="" icon=""
size="small" size="small"
title="Adding a design with the same filename replaces the file in a new version." title="Adding a design with the same filename replaces the file in a new version."
variant="success" variant="default"
> >
Upload designs Upload designs
...@@ -35,7 +35,7 @@ exports[`Design management upload button component renders loading icon 1`] = ` ...@@ -35,7 +35,7 @@ exports[`Design management upload button component renders loading icon 1`] = `
icon="" icon=""
size="small" size="small"
title="Adding a design with the same filename replaces the file in a new version." title="Adding a design with the same filename replaces the file in a new version."
variant="success" variant="default"
> >
Upload designs Upload designs
...@@ -66,7 +66,7 @@ exports[`Design management upload button component renders upload design button ...@@ -66,7 +66,7 @@ exports[`Design management upload button component renders upload design button
icon="" icon=""
size="small" size="small"
title="Adding a design with the same filename replaces the file in a new version." title="Adding a design with the same filename replaces the file in a new version."
variant="success" variant="default"
> >
Upload designs 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