Skip to content

Commit

Permalink
- app version = 5.12.4
Browse files Browse the repository at this point in the history
- override certify input label and text (per Jacqueline)
  • Loading branch information
Severin Beauvais committed Oct 10, 2024
1 parent 32e3788 commit feb8fc9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "business-create-ui",
"version": "5.12.3",
"version": "5.12.4",
"private": true,
"appName": "Create UI",
"sbcName": "SBC Common Components",
Expand Down
12 changes: 12 additions & 0 deletions src/components/common/Certify.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,15 @@ export default class Certify extends Vue {
}
}
</script>

<style lang="scss" scoped>
@import '@/assets/styles/theme.scss';
// for accessibility standards, override the input label and text colour
// this applies to both editable and disabled modes
:deep(.theme--light.v-input) {
label, input {
color: $gray7;
}
}
</style>

0 comments on commit feb8fc9

Please sign in to comment.