Commit bff46a1d authored by Simon Knox's avatar Simon Knox

Merge branch 'Use-primary-variant-for-New-release-button' into 'master'

Use primary variant for new release button

See merge request gitlab-org/gitlab!81582
parents c8dc1655 e5d6b9ad
...@@ -68,7 +68,7 @@ export default { ...@@ -68,7 +68,7 @@ export default {
:href="newReleasePath" :href="newReleasePath"
:aria-describedby="shouldRenderEmptyState && 'releases-description'" :aria-describedby="shouldRenderEmptyState && 'releases-description'"
category="primary" category="primary"
variant="success" variant="confirm"
data-testid="new-release-button" data-testid="new-release-button"
> >
{{ __('New release') }} {{ __('New release') }}
......
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