Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Oct 25, 2023
1 parent 831f4ce commit 1889d66
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/tiny-toast/src/tiny-react/dev.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,10 @@ function Root() {
{
className: "flex flex-col gap-1.5",
},
h.span({ className: "text-colorTextSecondary text-sm" }, "Duration (ms)"),
h.span(
{ className: "text-colorTextSecondary text-sm" },
"Duration (ms)"
),
h.select(
{
className: "antd-input p-1",
Expand Down

0 comments on commit 1889d66

Please sign in to comment.