Skip to content

Commit

Permalink
fix(preview): make previewBoard more similar to actual board (#1640)
Browse files Browse the repository at this point in the history
* fix(preview): increase fontsize to make preview more similar to actual board

* chore(preview): move text-size to preview-component
  • Loading branch information
SelmaBergstrand authored Sep 12, 2024
1 parent 7dd39c7 commit 3318fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tavla/app/(admin)/edit/[id]/components/Preview/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function Preview({
}) {
return (
<div
className="rounded p-4 bg-primary border border-secondary"
className="rounded p-4 bg-primary border border-secondary text-2xl"
data-theme={board?.theme ?? 'dark'}
>
<Header theme={board.theme} organizationLogo={organization?.logo} />
Expand Down

0 comments on commit 3318fe2

Please sign in to comment.