Skip to content

Commit

Permalink
Merge pull request #25 from crow-fox/fix/ColorGridTable
Browse files Browse the repository at this point in the history
見出しの位置が他の行とずれていたので修正
  • Loading branch information
crow-fox authored Apr 28, 2024
2 parents 4cd25e1 + c84e69e commit 2aae56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_features/color/ColorGridTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export function ColorGridTable() {
))}
{getObjectKeys(tailwindColors.single).map((name) => (
<tr key={name}>
<th className=" border border-gray-900 px-2 py-2 align-top text-sm dark:border-gray-200">
<th className=" border border-gray-900 px-2 py-2 text-sm dark:border-gray-200">
{capitalizeFirstLetter(name)}
</th>
<td
Expand Down

0 comments on commit 2aae56f

Please sign in to comment.