Skip to content

fix: [plugin] correct CSS variable name from primaryText to primary-text#892

Open
silvercondor wants to merge 1 commit intojup-ag:mainfrom
silvercondor:fix/plugin-primary-text-css-var
Open

fix: [plugin] correct CSS variable name from primaryText to primary-text#892
silvercondor wants to merge 1 commit intojup-ag:mainfrom
silvercondor:fix/plugin-primary-text-css-var

Conversation

@silvercondor
Copy link
Copy Markdown

@silvercondor silvercondor commented Apr 27, 2026

Summary

The Plugin customization docs listed --jupiter-plugin-primaryText (camelCase) in the CSS theme example, but the compiled plugin CSS at plugin.jup.ag uses --jupiter-plugin-primary-text (kebab-case). Setting the camelCase variable has no effect — verified by setting it to 0, 0, 0 (no change) vs the kebab-case version (text turns black).

Changes

  • tool-kits/plugin/customization.mdx: rename --jupiter-plugin-primaryText--jupiter-plugin-primary-text in the CSS theme example

The customization docs used --jupiter-plugin-primaryText (camelCase) but the
compiled plugin CSS uses --jupiter-plugin-primary-text (kebab-case), so the
documented override had no effect.
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.

1 participant