Yavor from Team-GPT
Yavor from Team-GPT

Reputation: 6301

PhpStorm React components strange color

Today I restarted my PC and when I launched my React project in PhpStorm I found that all React components usages are in green color. They used to be in yellow as these in the middle. Has anyone seen something like this?

See

Upvotes: 1

Views: 218

Answers (1)

lena
lena

Reputation: 93868

JSX tags are colored according to Preferences | Editor | Color Scheme | XML, Custom Tag Name settings; you can specify the desired foreground color there

Upvotes: 3

Related Questions