Commit 6022b9e8 authored by Filipa Lacerda's avatar Filipa Lacerda

Updates Save button to have a green bg

The Save button in the environments create/edit
form was white, it should be green.
parent 425377f3
......@@ -17,5 +17,5 @@
= f.url_field :external_url, class: 'form-control'
.form-actions
= f.submit _('Save'), class: 'btn btn-save'
= f.submit _('Save'), class: 'btn btn-success'
= link_to _('Cancel'), project_environments_path(@project), class: 'btn btn-cancel'
---
title: Fixes create button background for Environments form
merge_request: 27161
author:
type: fixed
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