summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/google_cloud/components/gcp_regions_list.vue
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/google_cloud/components/gcp_regions_list.vue')
-rw-r--r--app/assets/javascripts/google_cloud/components/gcp_regions_list.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/google_cloud/components/gcp_regions_list.vue b/app/assets/javascripts/google_cloud/components/gcp_regions_list.vue
index 1cc5a85198a..5d403d5cd65 100644
--- a/app/assets/javascripts/google_cloud/components/gcp_regions_list.vue
+++ b/app/assets/javascripts/google_cloud/components/gcp_regions_list.vue
@@ -48,7 +48,7 @@ export default {
<gl-table :items="list" :fields="$options.tableFields" />
- <gl-button :href="createUrl" category="primary" variant="info">
+ <gl-button :href="createUrl" category="primary" variant="confirm">
{{ $options.i18n.configureRegions }}
</gl-button>
</div>