Skip to content

Commit

Permalink
fix(Coupon): change border color to paletteCloudDark
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframev committed Mar 29, 2023
1 parent 09b085c commit 457efe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orbit-components/src/Coupon/index.tsx
Expand Up @@ -11,7 +11,7 @@ const StyledCoupon = styled.mark`
font-size: ${theme.orbit.fontSizeTextSmall};
letter-spacing: 0.75px;
text-transform: uppercase;
border: 1px dashed ${theme.orbit.paletteCloudDarker};
border: 1px dashed ${theme.orbit.paletteCloudDark};
padding: 2px ${theme.orbit.spaceXXSmall};
line-height: inherit;
font-weight: ${theme.orbit.fontWeightMedium};
Expand Down

0 comments on commit 457efe6

Please sign in to comment.