From 13e2d2007837569c4a0c88697929531917d37426 Mon Sep 17 00:00:00 2001 From: FrankRua Date: Wed, 11 May 2022 10:04:33 -0400 Subject: [PATCH] Fix button for defect --- src/styles/common-error-styles.scss | 3 ++- src/ux-components/text-link/text-link.vue | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/common-error-styles.scss b/src/styles/common-error-styles.scss index 92461bbf2..11868d3cf 100644 --- a/src/styles/common-error-styles.scss +++ b/src/styles/common-error-styles.scss @@ -119,10 +119,11 @@ html { .form-test-invalid { &.btn.btn-primary { - color: $gray; + color: $gray-600; background: $gray-200; cursor: pointer; pointer-events: all; + font-weight: $font-weight-normal; } &.btn.btn-primary:hover, &.btn.btn-primary:focus, diff --git a/src/ux-components/text-link/text-link.vue b/src/ux-components/text-link/text-link.vue index b39958b21..d338b9d44 100644 --- a/src/ux-components/text-link/text-link.vue +++ b/src/ux-components/text-link/text-link.vue @@ -44,7 +44,6 @@ a { &.navigation-link { color: $black; line-height: 26px; - text-transform: capitalize; white-space: nowrap; } &.footer-link {