Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1122 from koedame/feature/change-text-color
Browse files Browse the repository at this point in the history
テキストの色を変更
  • Loading branch information
unchidev authored Jul 5, 2022
2 parents c0f9ac6 + 9fccdca commit a72c92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RoomList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ const Component: React.FC<Props> = ({}: Props) => {
>
{selectTagState === tag.name && <XIcon className="h-3 w-3 mr-1" />}
<span className="text-sm">{tag.name}</span>
<span className="text-sm text-gray-400 ml-1">{tag.count}</span>
<span className="text-sm text-gray-900 ml-1">{tag.count}</span>
</button>
);
})}
Expand Down

0 comments on commit a72c92f

Please sign in to comment.