Skip to content

Commit

Permalink
fix: set correct font family for empty outlines
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvxd committed Jul 5, 2023
1 parent e73fd64 commit 3d45841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/demo/app/[framework]/[...puckPath]/client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export function Client({
justifyContent: "center",
alignItems: "center",
height: "100%",
fontFamily: "var(--puck-font-family)",
fontFamily: "var(--puck-font-stack)",
}}
defaultValue={framework}
>
Expand Down
1 change: 1 addition & 0 deletions packages/core/components/Puck/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ export function Puck({
style={{
textAlign: "center",
color: "var(--puck-color-grey-6)",
fontFamily: "var(--puck-font-stack)",
}}
>
Add items to your page
Expand Down

0 comments on commit 3d45841

Please sign in to comment.