Description
Please update the color variable name from color to COLOR.
because we think color variable should updated to the static variable name. it should be updated the name to COLOR for developers so that it understandable easier.
Progress
Reference
You can check the color variable name the following link :
|
import color from "./common/style/theme"; |
Description
Progress
client/app/src/App.tsxclient/app/src/common/style/theme.tsxclient/app/src/common/instroduction/*Reference
You can check the
colorvariable name the following link :create-dev-portfolio/client/app/src/App.tsx
Line 29 in 1d1b2c1