[frontend] fix the bug that the theme color doesn't work for yarn start
hsluoyz opened this issue · 3 comments
hsluoyz commented
We use craco (https://ant.design/docs/react/use-with-create-react-app#Customize-Theme) to customize the theme color for Antd, but in the current code, the new theme color only works for yarn build
, it doesn't work for yarn start
. This needs to be fixed.
casbin-bot commented
imp2002 commented
hsluoyz commented
Indeed like this, no problem now