From e090d9f542a0f607eb5593076648b90d80dae9de Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Wed, 11 Oct 2023 13:04:21 +0100 Subject: [PATCH] Unused opacity rule --- packages/checkout/components/text-input/style.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/checkout/components/text-input/style.scss b/packages/checkout/components/text-input/style.scss index 4ddb4816445..1f23ca80fda 100644 --- a/packages/checkout/components/text-input/style.scss +++ b/packages/checkout/components/text-input/style.scss @@ -116,7 +116,6 @@ &.has-error label { color: $alert-red; - opacity: 1; .has-dark-controls & { color: color.adjust($alert-red, $lightness: 30%);