Skip to content

Commit

Permalink
UXA update for styling
Browse files Browse the repository at this point in the history
  • Loading branch information
dimak1 committed Oct 25, 2023
1 parent 75dfc06 commit 59fa276
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
v-model="role.model"
>
<template v-slot:label>
<div :class="{'underline' : !isDisabledRadio(role.model)}">{{ role.label }}</div>
<div :class="{'underline' : !isDisabledRadio(role.model) || selectedPartyType === role.model}">
{{ role.label }}
</div>
</template>
</v-radio>
</template>
Expand Down

0 comments on commit 59fa276

Please sign in to comment.