Skip to content

Commit

Permalink
Merge pull request #463 from appearhere/feature/LFR-1712
Browse files Browse the repository at this point in the history
LFR-1712 Reduce price font size in space listing card
  • Loading branch information
lukeamarsh authored Dec 9, 2019
2 parents 15f0a38 + 39f3da9 commit a0ee811
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
}

.price {
composes: fontRegular from '../../../globals/typography.css';
composes: fontSmallI from '../../../globals/typography.css';
font-weight: var(--fontweight-demi);
color: var(--color-greyDarker);
}
Expand Down

1 comment on commit a0ee811

@vercel
Copy link

@vercel vercel bot commented on a0ee811 Dec 9, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.