Skip to content

Commit

Permalink
Merge branch 'improvement/navbar' into q/1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-e committed Feb 14, 2024
2 parents 564293d + c4a38f0 commit 54993d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/buttonv2/Buttonv2.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const ButtonStyled = styled.button<Props>`
border: ${spacing.r1} solid ${brand.infoPrimary};
}
&:focus-visible:enabled {
${FocusVisibleStyle}s
${FocusVisibleStyle}
}
&:active:enabled {
cursor: pointer;
Expand Down

0 comments on commit 54993d6

Please sign in to comment.