FIX: フォロー中のボタンに重なる「フォロー解除」の文字色を変更 #10672
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What
フォロー中のユーザープロフィールに表示される「フォロー解除」ボタンについて、
背景色に対して適切な色指定になっていなかった物を修正しました。
背景色は
accent
であるのに対し、元々は#fff
で固定されていることから、組み合わせ上見づらいパターンがあったものを、accent
に対して重なる文字色として用意されて居るであろうfgOnAccent
に変更しました。背景色が
accent
であるその他のボタンと同じ状態に揃えた格好です。Why
明るい色を背景にしたテーマを活用した際に文字の視認性が著しく下がり、フォローできたのかどうかがわからなかったため。
Checklist