Skip to content

Commit f08aa23

Browse files
committed
Apply NHS design system focus highlight style to the button and replace the button style with NHS Secondary Button
1 parent 1e22b32 commit f08aa23

File tree

1 file changed

+1
-1
lines changed
  • LearningHub.Nhs.WebUI/Scripts/vuesrc/roadmap

1 file changed

+1
-1
lines changed

LearningHub.Nhs.WebUI/Scripts/vuesrc/roadmap/roadmap.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</div>
99
<div class="load-more" v-if="roadMapResult && roadMapResult.roadMapItems && roadMapResult.roadMapItems.length < roadMapResult.totalRecords">
1010
<div class="mt-40">
11-
<button class="btn btn-outline-custom" @click="loadUpdates()">{{ getLoadMoreText() }}</button>
11+
<button class="nhsuk-button nhsuk-button--secondary" @click="loadUpdates()">{{ getLoadMoreText() }}</button>
1212
</div>
1313
</div>
1414
</div>

0 commit comments

Comments
 (0)