Skip to content

Commit

Permalink
make links more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
monikasmolarek committed Mar 1, 2024
1 parent e54d0b1 commit a1c7f89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/basicComponents/Link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const Wrapper = styled.div<{
line-height: 17px;
font-weight: ${({ isPrimary }) => (isPrimary ? 400 : 800)};
text-decoration: underline;
text-underline-offset: 3px;
${({ isDisabled, isPrimary }) =>
isDisabled
? `color: ${smColors.disabledGray};`
Expand Down
2 changes: 1 addition & 1 deletion app/vars/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const smColors = {
disabledGray10Alpha: 'rgba(188, 188, 189, 0.1)',
purple: '#AA58B1',
darkerPurple: '#814387',
blue: '#1776E3',
blue: '#588ecc',
darkerBlue: '#0E4F9A',
orange: '#F79F53',
darkOrange: '#EC5C3D',
Expand Down

0 comments on commit a1c7f89

Please sign in to comment.