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

feat: added ability to change themeMode and override accent color #300

Merged
merged 6 commits into from
Jan 17, 2025

Conversation

ignaciosantise
Copy link
Collaborator

Summary

  • Added themeMode prop to override default theme of the modal
  • Added themeVariables prop to override accent color

Screenshots

iOS

Screenshot 2025-01-16 at 3 07 54 PM Screenshot 2025-01-16 at 3 08 01 PM Screenshot 2025-01-16 at 3 08 39 PM Screenshot 2025-01-16 at 3 08 35 PM

Android

Screenshot 2025-01-16 at 3 11 22 PM Screenshot 2025-01-16 at 3 11 53 PM Screenshot 2025-01-16 at 3 11 46 PM Screenshot 2025-01-16 at 3 11 39 PM

Linear

https://linear.app/reown/issue/APKTN-367

Copy link

changeset-bot bot commented Jan 16, 2025

🦋 Changeset detected

Latest commit: 370ca23

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 14 packages
Name Type
@reown/appkit-scaffold-react-native Minor
@reown/appkit-ethers5-react-native Minor
@reown/appkit-common-react-native Minor
@reown/appkit-ethers-react-native Minor
@reown/appkit-wallet-react-native Minor
@reown/appkit-wagmi-react-native Minor
@reown/appkit-core-react-native Minor
@reown/appkit-ui-react-native Minor
@reown/appkit-auth-ethers-react-native Minor
@reown/appkit-auth-wagmi-react-native Minor
@reown/appkit-coinbase-ethers-react-native Minor
@reown/appkit-coinbase-wagmi-react-native Minor
@reown/appkit-scaffold-utils-react-native Minor
@reown/appkit-siwe-react-native Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@ignaciosantise ignaciosantise linked an issue Jan 16, 2025 that may be closed by this pull request
@ignaciosantise ignaciosantise marked this pull request as ready for review January 17, 2025 13:59
'accent-glass-015': transparentize(0.85, baseAccentColor),
'accent-glass-010': transparentize(0.9, baseAccentColor),
'accent-glass-005': transparentize(0.95, baseAccentColor),
'accent-glass-002': transparentize(0.98, baseAccentColor)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tomiir @enesozturk @magiziz @svenvoskamp I've found this cool lib, maybe its useful for you too

@ignaciosantise ignaciosantise merged commit 5c222b6 into develop Jan 17, 2025
9 checks passed
@ignaciosantise ignaciosantise deleted the feat/theme branch January 17, 2025 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug]: Can't change themeMode
1 participant