Skip to content

Commit

Permalink
reduce font size of buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
hemarina committed Sep 21, 2023
1 parent 77c9eb4 commit 02ccbff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/src/components/gallery/ShowcaseCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,7 @@ export function ShowcaseContributionCard(): React.ReactElement {
backgroundColor: "#7160E8",
whiteSpace: "nowrap",
fontWeight: "550",
fontSize: "12px",
}}
>
Submit a template
Expand All @@ -604,6 +605,7 @@ export function ShowcaseContributionCard(): React.ReactElement {
whiteSpace: "nowrap",
fontWeight: "550",
paddingLeft: "10px",
fontSize: "12px",
}}
>
Request a template
Expand Down

0 comments on commit 02ccbff

Please sign in to comment.