Skip to content

Commit

Permalink
22716 & 21964 - UX tweaks (bcgov#2979)
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 authored Aug 22, 2024
1 parent 6be51ef commit 85ce834
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions auth-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion auth-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth-web",
"version": "2.6.73",
"version": "2.6.74",
"appName": "Auth Web",
"sbcName": "SBC Common Components",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<v-card elevation="0">
<div class="account-label">
<div
class="nav-list-title font-weight-bold pl-3"
class="nav-list-title font-weight-bold"
data-test="title"
>
Access Type
Expand Down
2 changes: 1 addition & 1 deletion auth-web/src/views/pay/eft/ShortNameDetailsView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
mdi-alert
</v-icon>
<p class="account-alert__info mb-0 pl-3">
Caution: Please verify if the {{ unsettledAmount }} balance is eligible for a refund, or you can link to a new account.
<strong>Caution:</strong> Please verify if the {{ unsettledAmount }} balance is eligible for a refund, or you can link to a new account.
</p>
</div>
</v-alert>
Expand Down

0 comments on commit 85ce834

Please sign in to comment.