diff --git a/src/layouts/component-test/component-test.vue b/src/layouts/component-test/component-test.vue index df7578bf0..c64a3fe0a 100644 --- a/src/layouts/component-test/component-test.vue +++ b/src/layouts/component-test/component-test.vue @@ -120,7 +120,7 @@ groupName="demo-2" ariaLabelBy="vehicle-make" radioID="Chevrolet" - radioSubID="Test sub-headline" + radioLabelSubCopy="Test sub-headline" textPosition="text-start" loaderColor="blue" loaderPosition="right" @@ -130,7 +130,7 @@ groupName="demo-2" ariaLabelBy="vehicle-make" radioID="Dodge" - radioSubID="Test sub-headline" + radioLabelSubCopy="Test sub-headline" textPosition="text-start" loaderColor="blue" loaderPosition="right" @@ -140,7 +140,7 @@ groupName="demo-2" ariaLabelBy="vehicle-make" radioID="Ford" - radioSubID="Test sub-headline" + radioLabelSubCopy="Test sub-headline" textPosition="text-start" loaderColor="blue" loaderPosition="right" @@ -157,7 +157,7 @@ groupName="demo-3" ariaLabelBy="vehicle-model" radioID="Corvette" - radioSubID="Test sub-headline" + radioLabelSubCopy="Test sub-headline" textPosition="text-center" loaderColor="blue" loaderPosition="right" @@ -167,7 +167,7 @@ groupName="demo-3" ariaLabelBy="vehicle-model" radioID="Testarosa" - radioSubID="Test sub-headline" + radioLabelSubCopy="Test sub-headline" textPosition="text-center" loaderColor="blue" loaderPosition="right" @@ -177,7 +177,7 @@ groupName="demo-3" ariaLabelBy="vehicle-model" radioID="S600" - radioSubID="Test sub-headline" + radioLabelSubCopy="Test sub-headline" textPosition="text-center" loaderColor="blue" loaderPosition="right" diff --git a/src/styles/common-radio-styles.scss b/src/styles/common-radio-styles.scss index 5457db992..2bee198bf 100644 --- a/src/styles/common-radio-styles.scss +++ b/src/styles/common-radio-styles.scss @@ -14,6 +14,9 @@ background: $blue-100; box-shadow: 0 0 0 1px $blue; } + &:checked + label p:first-child { + font-weight: 500; + } } label { position: relative; diff --git a/src/styles/common-typography-styles.scss b/src/styles/common-typography-styles.scss index 05af0defc..7f6163193 100644 --- a/src/styles/common-typography-styles.scss +++ b/src/styles/common-typography-styles.scss @@ -34,7 +34,7 @@ h6,.h6 { } label { - line-height: 1.625; + line-height: 1.5; font-weight: 400; } @@ -54,4 +54,4 @@ caption { font-size: 1rem !important; line-height: 1.4; font-weight: 500; -} \ No newline at end of file +} diff --git a/src/ux-components/button-primary/button-primary.vue b/src/ux-components/button-primary/button-primary.vue index c129115c4..7da10a107 100644 --- a/src/ux-components/button-primary/button-primary.vue +++ b/src/ux-components/button-primary/button-primary.vue @@ -5,7 +5,7 @@ class="btn btn-primary d-flex align-items-center py-3 px-4" @click='displayComponent' > -
{{ this.buttonText }}
+ {{ this.buttonText }}{{ this.buttonText }}
+ {{ this.buttonText }}{{ this.buttonText }}
+ {{ this.buttonText }}