Skip to content

Commit

Permalink
🚑fix: add items-center classname
Browse files Browse the repository at this point in the history
  • Loading branch information
Marukome0743 committed Oct 1, 2024
1 parent b680aae commit 8da3307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/kanto_event/schedules.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function Schedules({
日(
<b className="text-xl">{schedule.date.dayOfWeek}</b>)
</p>
<p className="flex">
<p className="flex items-center">
<span className="bg-gray-100 border border-current px-1.5 rounded-3xl text-xs">
開始
</span>
Expand Down

0 comments on commit 8da3307

Please sign in to comment.