Skip to content

fix(side-panel): align plugin-info h3 color with theme and fix CSS syntax#28

Merged
cto-new[bot] merged 1 commit intotestfrom
fix-sidepanel-plugin-info-h3-dark-theme-memory-bank-docs
Nov 25, 2025
Merged

fix(side-panel): align plugin-info h3 color with theme and fix CSS syntax#28
cto-new[bot] merged 1 commit intotestfrom
fix-sidepanel-plugin-info-h3-dark-theme-memory-bank-docs

Conversation

@cto-new
Copy link

@cto-new cto-new bot commented Nov 25, 2025

Summary

Fixes the color of the plugin-info h3 header in the side-panel so it follows light/dark/system theming and fixes a CSS syntax issue that prevented theme variables from applying.

Details

  • Corrected CSS syntax in PluginControlPanel.css (added missing closing brace).
  • Added explicit light/dark theme selectors for .plugin-info h3:
    • .App.bg-slate-50 .plugin-control-panel .plugin-info h3
    • .App.bg-gray-800 .plugin-control-panel .plugin-info h3
  • Kept a safe fallback using CSS variable: color: var(--text-color, #f8fafc).
  • Ensures readability in day/night/system themes; no breaking changes.

@cto-new cto-new bot merged commit 222e85a into test Nov 25, 2025
4 of 27 checks passed
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.

0 participants