Skip to content

Commit

Permalink
fix(release-note): fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
melissafalcao committed Jun 9, 2022
1 parent f92a9db commit a29314c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions src/components/release-note/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const releaseDate: SxStyleProp = {
color: 'muted.1',
fontSize: ['12px', '16px'],
lineHeight: '22px',
mb: '8px',
}

const releaseTitle: SxStyleProp = {
Expand All @@ -44,17 +43,14 @@ const releaseDescription: SxStyleProp = {
color: '#4A4A4A',
fontSize: ['12px', '16px'],
lineHeight: '22px',
mt: '8px',
}

const arrowIcon: SxStyleProp = {
pb: '30px',
pr: '0px',
color: 'muted.1',
}

const arrowIconActive: SxStyleProp = {
...arrowIcon,
color: '#D71D55',
pl: 0,
color: 'muted.0',
}

export default {
Expand All @@ -66,5 +62,4 @@ export default {
releaseDate,
releaseDescription,
arrowIcon,
arrowIconActive,
}

0 comments on commit a29314c

Please sign in to comment.