feat: Change color scheme from pink to cyan (#00FFFF)#19
Open
artoo-claw wants to merge 4 commits intomainfrom
Open
feat: Change color scheme from pink to cyan (#00FFFF)#19artoo-claw wants to merge 4 commits intomainfrom
artoo-claw wants to merge 4 commits intomainfrom
Conversation
The common tokens fallback was going through useCurrencies -> GQL to enrich the static token data. When GQL fails (LightLink not supported), the enriched data is undefined, making the fallback useless. Now falls back to static COMMON_BASES directly when GQL enrichment also fails, and sets loading=false to prevent infinite loading state.
- Add useLightLinkTokenQuery hook that fetches token data from LightLink v3 subgraph - Wire fallback into useCreateTDPContext for LightLink chain (skips Uniswap GraphQL) - Include token logo map for known LightLink tokens (WETH, USDC) - Subgraph provides volume, TVL, and price data; market cap/FDV gracefully absent
Replace all pink/magenta accent colors with cyan equivalents across the UI theme (packages/ui) and web app (apps/web) color definitions. - accentColors: pink → cyan palette - sporeLight/sporeDark: accent1/accent2 → cyan values - Web theme: pink50-900, magenta, brandedGradient → cyan - All remaining pink hex codes in components and icons updated
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Replace all pink/magenta accent colors with cyan (#00FFFF) equivalents across 37 files.\n\n### Changes\n- packages/ui/src/theme/color/colors.ts: accentColors, sporeLight/sporeDark, magentaVibrant\n- apps/web/src/theme/colors.ts: pink50-900, brandedGradient, magenta values\n- 35+ icon/component files: remaining pink hex codes replaced\n\nNo build or dependency changes.