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

[Dashboard] Remove <Center /> #4765

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Commits on Sep 25, 2024

  1. [Dashboard] Remove <Center /> (#4765)

    ## Problem solved
    
    Short description of the bug fixed or feature added
    
    <!-- start pr-codex -->
    
    ---
    
    ## PR-Codex overview
    This PR focuses on replacing the usage of the `Center` component from `@chakra-ui/react` with `div` elements styled with Flexbox classes for better layout control across various components in the dashboard.
    
    ### Detailed summary
    - Replaced `Center` with `div` and applied Flexbox utility classes in multiple components for consistent styling.
    - Updated components include `TransactionButton`, `ContractSplitPage`, `OnboardingPaymentForm`, and more.
    - Maintained existing functionality while improving layout responsiveness.
    
    > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
    
    <!-- end pr-codex -->
    kien-ngo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    10a84d2 View commit details
    Browse the repository at this point in the history