Skip to content

NTUEEPLUS-311 Replace the CSS-in-JS (makeStyles & useStyles) with CSS modules #265

@homuch

Description

@homuch

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions