Skip to content

Commit 782393e

Browse files
ithiria894claude
andcommitted
fix: tooltip text brighter — use text-primary instead of text-secondary (v0.13.10)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9c516d0 commit 782393e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcpware/claude-code-organizer",
3-
"version": "0.13.9",
3+
"version": "0.13.10",
44
"description": "Organize all your Claude Code memories, skills, MCP servers, commands, agents, rules, and hooks — see what loads globally vs per-project, then move items between scopes",
55
"type": "module",
66
"files": [

src/ui/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ body {
377377
left: 50%;
378378
transform: translateX(-50%);
379379
background: var(--surface-elevated, #1a1a2e);
380-
color: var(--text-secondary, #ccc);
380+
color: var(--text-primary, #eee);
381381
border: 1px solid var(--border-light, #333);
382382
border-radius: 6px;
383383
padding: 6px 10px;
@@ -991,7 +991,7 @@ body {
991991
top: calc(100% + 6px);
992992
left: 0;
993993
background: var(--surface-elevated, #1a1a2e);
994-
color: var(--text-secondary, #ccc);
994+
color: var(--text-primary, #eee);
995995
border: 1px solid var(--border-light, #333);
996996
border-radius: 6px;
997997
padding: 6px 10px;

0 commit comments

Comments
 (0)