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

🌓 Dark mode fixes #599

Merged
merged 13 commits into from
Sep 7, 2023
Merged

🌓 Dark mode fixes #599

merged 13 commits into from
Sep 7, 2023

Commits on Aug 21, 2023

  1. Change OutlineListItem color for dark mode

    Change OutlineListItem color for dark mode to `gray.700`.
    michalsmiarowski committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    b274717 View commit details
    Browse the repository at this point in the history
  2. Fix darkmode color for BridgeProcessStep

    The title should have `gray.300` color in dark mode.
    michalsmiarowski committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    b914db0 View commit details
    Browse the repository at this point in the history
  3. Fix color for TransactionDetailsItem (dark mode)

    The color for `TransactionDetailsItem` and `TransactionDetailsAmountItem` should
    be `gray.300` for the dark mode.
    michalsmiarowski committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a573ff4 View commit details
    Browse the repository at this point in the history
  4. Fix color for bridge process step subtitles

    Labels such as "step 1" or "Minting/Minted", "Unminting/Unminted" should be
    colored with `brand.300` for the dark mode.
    michalsmiarowski committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    125b257 View commit details
    Browse the repository at this point in the history
  5. Fix the colors in Step component (dark mode)

    The color of step indicator and the horizontal line next to the step should be
    `brand.300` for dark mode.
    michalsmiarowski committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    72da36e View commit details
    Browse the repository at this point in the history
  6. Fix ProtocolHistory colors for dark mode

    - change the white base color of the gradient to #323A47 (`gray.800`)
    - change the color of amounts to `brand.300`
    michalsmiarowski committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    7ed9785 View commit details
    Browse the repository at this point in the history
  7. Fix dark mode issues for step 1 minting

    - change body text to `gray.300` for dark mode
    - change placeholder text for the input to `gray.500` for dark mode
    michalsmiarowski committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    363f759 View commit details
    Browse the repository at this point in the history
  8. Fix typo

    michalsmiarowski committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    0b31232 View commit details
    Browse the repository at this point in the history
  9. Fix dark mode colors for tBTC Explorer

    - replace the Metric Box background color to `gray.700` in dark mode
    - replace the background color of odd row (history rows) to `gray.700` in dark
    mode
    michalsmiarowski committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    9ae95cd View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    eb03a43 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    a986c20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6fff3b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Use useColorModeValue hook outside of JSX

    This will prevent eny errors in the console.
    michalsmiarowski committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    88bae6b View commit details
    Browse the repository at this point in the history