You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some files use the makeStyles() function to create custom styles. Move the style definitions into the CSS module (i.e., a .css file imported by .js file), at least for the static ones(styles not related to theme or props). For the styles related to props or theme, you can follow client\src\views\in\profile\search\Styles.js.
The text was updated successfully, but these errors were encountered:
homuch
changed the title
NTUEEPLUS-311 Replace the CSS-in-JS with makeStyles & useStyles by CSS modules
NTUEEPLUS-311 Replace the CSS-in-JS (makeStyles & useStyles) with CSS modules
Apr 11, 2024
Some files use the
makeStyles()
function to create custom styles. Move the style definitions into the CSS module (i.e., a.css
file imported by.js
file), at least for the static ones(styles not related totheme
orprops
). For the styles related toprops
ortheme
, you can followclient\src\views\in\profile\search\Styles.js
.The text was updated successfully, but these errors were encountered: