-
Notifications
You must be signed in to change notification settings - Fork 26
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
🌓 Dark mode fixes #599
Commits on Aug 21, 2023
-
Change OutlineListItem color for dark mode
Change OutlineListItem color for dark mode to `gray.700`.
Configuration menu - View commit details
-
Copy full SHA for b274717 - Browse repository at this point
Copy the full SHA b274717View commit details -
Fix darkmode color for BridgeProcessStep
The title should have `gray.300` color in dark mode.
Configuration menu - View commit details
-
Copy full SHA for b914db0 - Browse repository at this point
Copy the full SHA b914db0View commit details -
Fix color for TransactionDetailsItem (dark mode)
The color for `TransactionDetailsItem` and `TransactionDetailsAmountItem` should be `gray.300` for the dark mode.
Configuration menu - View commit details
-
Copy full SHA for a573ff4 - Browse repository at this point
Copy the full SHA a573ff4View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 125b257 - Browse repository at this point
Copy the full SHA 125b257View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 72da36e - Browse repository at this point
Copy the full SHA 72da36eView commit details -
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`
Configuration menu - View commit details
-
Copy full SHA for 7ed9785 - Browse repository at this point
Copy the full SHA 7ed9785View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 363f759 - Browse repository at this point
Copy the full SHA 363f759View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b31232 - Browse repository at this point
Copy the full SHA 0b31232View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 9ae95cd - Browse repository at this point
Copy the full SHA 9ae95cdView commit details
Commits on Sep 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eb03a43 - Browse repository at this point
Copy the full SHA eb03a43View commit details
Commits on Sep 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a986c20 - Browse repository at this point
Copy the full SHA a986c20View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6fff3b - Browse repository at this point
Copy the full SHA f6fff3bView commit details
Commits on Sep 7, 2023
-
Use
useColorModeValue
hook outside of JSXThis will prevent eny errors in the console.
Configuration menu - View commit details
-
Copy full SHA for 88bae6b - Browse repository at this point
Copy the full SHA 88bae6bView commit details