Skip to content

Commit

Permalink
Weird ColorBox dot (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: Zephyr <[email protected]>
  • Loading branch information
ZeWaka and ZephyrTFA authored Aug 15, 2024
1 parent deaf72b commit a1eff84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/ColorBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function ColorBox(props: Props) {
])}
{...computeBoxProps(rest)}
>
{content || '.'}
{content || ''}
</div>
);
}

0 comments on commit a1eff84

Please sign in to comment.