Skip to content

refactor(site): improve templates empty state #10518

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Nov 6, 2023
Prev Previous commit
Decrease line height
  • Loading branch information
BrunoQuaresma committed Nov 6, 2023
commit 74533464c0262e479c80a06a42900475c91cb1ce
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const TemplateExampleCard = (props: TemplateExampleCardProps) => {
css={(theme) => ({
fontSize: 13,
color: theme.palette.text.secondary,
lineHeight: "1.8",
lineHeight: "1.6",
display: "block",
})}
>
Expand Down