Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HPC-9742 Modify button component style #465

Merged
merged 3 commits into from
Sep 11, 2024
Merged

HPC-9742 Modify button component style #465

merged 3 commits into from
Sep 11, 2024

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    9b37dc1 View commit details
    Browse the repository at this point in the history
  2. Modify border-radius for button

    We use MUI library to use various component,
    in this page: https://mui.com/system/getting-started/the-sx-prop/#borders
    
    > "The borderRadius property multiplies the value it
    > receives by the theme.shape.borderRadius value
    > (the default for this value is 4px)."
    
    So to mantain some uniformity, we will use
    the same border-radius in our button
    Onitoxan authored and Pl217 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1366aa0 View commit details
    Browse the repository at this point in the history
  3. Add transition to button

    Onitoxan authored and Pl217 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b8087eb View commit details
    Browse the repository at this point in the history