Skip to content

fix: text color pay view#4935

Merged
enesozturk merged 52 commits intomainfrom
fix/color-pay-view
Sep 2, 2025
Merged

fix: text color pay view#4935
enesozturk merged 52 commits intomainfrom
fix/color-pay-view

Conversation

@svenvoskamp
Copy link
Copy Markdown
Contributor

Description

Fix an issue where the pay view text didn't have the correct color

Type of change

  • Chore (non-breaking change that addresses non-functional tasks, maintenance, or code quality improvements)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Associated Issues

For Linear issues: Closes APKT-xxx
For GH issues: closes #...

Showcase (Optional)

If there is a UI change include the screenshots with before and after state.
If new feature is being introduced, include the link to demo recording.

Checklist

  • Code in this PR is covered by automated tests (Unit tests, E2E tests)
  • My changes generate no new warnings
  • I have reviewed my own code
  • I have filled out all required sections
  • I have tested my changes on the preview link
  • Approver of this PR confirms that the changes are tested on the preview link

svenvoskamp added 30 commits May 6, 2025 09:33
Copilot AI review requested due to automatic review settings September 1, 2025 12:10
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Sep 1, 2025

🦋 Changeset detected

Latest commit: 1242d45

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

This PR includes changesets to release 24 packages
Name Type
@reown/appkit-pay Patch
@reown/appkit Patch
@reown/appkit-adapter-bitcoin Patch
@reown/appkit-adapter-ethers Patch
@reown/appkit-adapter-ethers5 Patch
@reown/appkit-adapter-solana Patch
@reown/appkit-adapter-wagmi Patch
@reown/appkit-universal-connector Patch
@reown/appkit-cdn Patch
@reown/appkit-experimental Patch
@reown/appkit-testing Patch
@reown/appkit-common Patch
@reown/appkit-ui Patch
@reown/appkit-controllers Patch
@reown/appkit-core Patch
@reown/appkit-utils Patch
@reown/appkit-scaffold-ui Patch
@reown/appkit-polyfills Patch
@reown/appkit-wallet Patch
@reown/appkit-siwe Patch
@reown/appkit-siwx Patch
@reown/appkit-wallet-button Patch
@reown/appkit-cli Patch
@reown/appkit-codemod Patch

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

@vercel
Copy link
Copy Markdown

vercel bot commented Sep 1, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
appkit-basic-html Ready Ready Preview Comment Sep 1, 2025 0:19am
appkit-demo Ready Ready Preview Comment Sep 1, 2025 0:19am
appkit-gallery Ready Ready Preview Comment Sep 1, 2025 0:19am
appkit-laboratory Ready Ready Preview Comment Sep 1, 2025 0:19am
10 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
appkit-basic-example Ignored Ignored Sep 1, 2025 0:19am
appkit-basic-sign-client-example Ignored Ignored Sep 1, 2025 0:19am
appkit-basic-up-example Ignored Ignored Sep 1, 2025 0:19am
appkit-ethers5-bera Ignored Ignored Sep 1, 2025 0:19am
appkit-nansen-demo Ignored Ignored Sep 1, 2025 0:19am
appkit-vue-solana Ignored Ignored Sep 1, 2025 0:19am
appkit-wagmi-cdn-example Ignored Ignored Sep 1, 2025 0:19am
ethereum-provider-wagmi-example Ignored Ignored Sep 1, 2025 0:19am
next-wagmi-solana-bitcoin-example Ignored Ignored Sep 1, 2025 0:19am
vue-wagmi-example Ignored Ignored Sep 1, 2025 0:19am

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Fix an issue where text elements in the pay view were not displaying with the correct color scheme by updating color attributes from "inherit" to "primary".

  • Updated text color attributes in payment UI components
  • Added changeset documentation for the fix

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
packages/pay/src/ui/w3m-pay-view/index.ts Updated text color from "inherit" to "primary" for wallet and exchange payment options
.changeset/red-phones-think.md Added changeset entry documenting the text color fix

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Sep 1, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 78.33% 34818 / 44448
🔵 Statements 78.33% 34818 / 44448
🔵 Functions 76.22% 3837 / 5034
🔵 Branches 86.72% 8223 / 9482
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/pay/src/ui/w3m-pay-view/index.ts 94.73% 86.11% 100% 94.73% 219-223, 225-226
Generated in workflow #14666 for commit 1242d45 by the Vitest Coverage Report Action

@enesozturk enesozturk added this pull request to the merge queue Sep 2, 2025
Merged via the queue into main with commit 78fdafe Sep 2, 2025
41 checks passed
@enesozturk enesozturk deleted the fix/color-pay-view branch September 2, 2025 08:17
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.

3 participants