From c4a38f0c5edac6227ac48fb39cd883e11c5f119a Mon Sep 17 00:00:00 2001 From: JBWatenbergScality <75977494+JBWatenbergScality@users.noreply.github.com> Date: Wed, 14 Feb 2024 14:28:40 +0100 Subject: [PATCH] Update src/lib/components/buttonv2/Buttonv2.component.tsx --- src/lib/components/buttonv2/Buttonv2.component.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/buttonv2/Buttonv2.component.tsx b/src/lib/components/buttonv2/Buttonv2.component.tsx index f8bac3bfac..26f87240ad 100644 --- a/src/lib/components/buttonv2/Buttonv2.component.tsx +++ b/src/lib/components/buttonv2/Buttonv2.component.tsx @@ -102,7 +102,7 @@ export const ButtonStyled = styled.button` border: ${spacing.r1} solid ${brand.infoPrimary}; } &:focus-visible:enabled { - ${FocusVisibleStyle}s + ${FocusVisibleStyle} } &:active:enabled { cursor: pointer;