Fix text visibility and table alignment in dark theme
- Improve badge colors for better readability (white text on blue background) - Fix count badge with bright blue background and white text - Fix type chip visibility with brighter blue color - Fix filename cell alignment by using inline-flex instead of flex - Improve header chip text color visibility - Increase artifact fetch limit from 25 to 1000 to show all artifacts - Add proper styling for accent buttons in toolbar 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -31,7 +31,11 @@
|
||||
"mcp__ide__getDiagnostics",
|
||||
"Read(//c/Users/Pratik/Desktop/code/**)",
|
||||
"Bash(cat:*)",
|
||||
"Bash(git add:*)"
|
||||
"Bash(git add:*)",
|
||||
"Bash(git commit:*)",
|
||||
"Bash(git merge:*)",
|
||||
"Bash(git rm:*)",
|
||||
"Bash(git checkout:*)"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
|
||||
Reference in New Issue
Block a user