fix color-scheme and point-events bug - #108
Merged
Merged
Conversation
blacktoast
marked this pull request as draft
December 9, 2025 08:07
- @oko-wallet/customer-dashboard@0.1.2-alpha.3 - @oko-wallet/demo-web@0.1.2-alpha.3 - @oko-wallet/email-template-2@0.0.2-alpha.1 - @oko-wallet/oko-admin-web@0.1.1-alpha.3 - @oko-wallet/user-dashboard@0.1.1-alpha.2 - @oko-wallet/bytes@0.0.3-alpha.62 - @oko-wallet/crypto-js@0.0.2-alpha.6 - @oko-wallet/cait-sith-keplr-addon@0.0.2-alpha.1 - @oko-wallet/cait-sith-keplr-hooks@0.1.1-alpha.2 - @oko-wallet/tecdsa-interface@0.0.2-alpha.26 - @oko-wallet/oko-attached@0.1.1-alpha.3 - @oko-wallet-examples/cosmos-nextjs@0.0.2-alpha.1 - @oko-wallet-examples/cosmos-kit-nextjs@0.0.2-alpha.1 - @oko-wallet-examples/evm-nextjs@0.0.2-alpha.1 - @oko-wallet-examples/evm-wagmi-nextjs@0.0.2-alpha.1 - @oko-wallet-examples/multi-ecosystem-react@0.0.1-alpha.1 - @oko-wallet/ksn-interface@0.0.2-alpha.58 - @oko-wallet/key-share-node-server@0.0.5-alpha.16 - @oko-wallet/dotenv@0.0.2-alpha.27 - @oko-wallet/stdlib-js@0.0.2-rc.42 - @oko-wallet/sandbox-cosmos-kit@0.0.2-alpha.1 - @oko-wallet/oko-cosmos-kit@0.0.1-rc.14 - @oko-wallet/oko-sdk-core@0.0.6-rc.125 - @oko-wallet/oko-sdk-cosmos@0.0.6-rc.151 - @oko-wallet/oko-sdk-eth@0.0.6-rc.140
Ryz0nd
reviewed
Dec 9, 2025
eldenpark
reviewed
Dec 9, 2025
blacktoast
marked this pull request as ready for review
December 9, 2025 08:36
eldenpark
reviewed
Dec 10, 2025
| // if the host site doesn't have a color-scheme and the browser's default is dark, | ||
| // the background changes to black. | ||
| // Therefore, we force a light mode in the iframe(in sdk_core not here) @retto | ||
| // root.style.colorScheme = "light dark"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
CONTRIBUTING.mdand followed the guidelines.Summary
color-schemefrom the attached and modify thesdk_coreto enforcecolor-scheme: lightfor iframes.pointet-evnets: autoin Iframesimple_hostof sandbox for bug reproductionps. SDKs are deployed
Links (Issue References, etc, if there's any)