Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix ErrorText padding
Browse files Browse the repository at this point in the history
DongjaJ committed Mar 29, 2024
1 parent 649aa13 commit 92694e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ErrorText.tsx
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ type ErrorTextProps = {

const ErrorText = ({ text }: ErrorTextProps) => {
return (
<small className="self-end p-1 text-error-red font-light font-Cafe24SurroundAir text-xs">
<small className="self-end p-2 text-error-red font-light font-Cafe24SurroundAir text-xs">
{text}
</small>
);

0 comments on commit 92694e3

Please sign in to comment.