Commit 0b9ce3f3 authored by Jeremy Elder's avatar Jeremy Elder Committed by Phil Hughes

Audit and update buttons on SearchController#show

parent 79d2df0d
......@@ -32,7 +32,9 @@ export default {
<status-filter />
<confidentiality-filter />
<div class="gl-display-flex gl-align-items-center gl-mt-3">
<gl-button variant="success" type="submit">{{ __('Apply') }}</gl-button>
<gl-button category="primary" variant="confirm" size="small" type="submit">
{{ __('Apply') }}
</gl-button>
<gl-link v-if="showReset" class="gl-ml-auto" @click="resetQuery">{{
__('Reset filters')
}}</gl-link>
......
......@@ -65,9 +65,9 @@ export default {
<label class="gl-display-block">{{ __('Project') }}</label>
<project-filter :initial-data="projectInitialData" />
</div>
<gl-button class="btn-search gl-lg-ml-2" variant="success" type="submit">{{
__('Search')
}}</gl-button>
<gl-button class="btn-search gl-lg-ml-2" category="primary" variant="confirm" type="submit"
>{{ __('Search') }}
</gl-button>
</section>
</gl-form>
</template>
---
title: Update Search and Apply buttons to confirm variant to align with Pajamas design system
merge_request: 56122
author:
type: other
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