- Convert all SVG fill/stroke from Tailwind classes to direct attributes - Use hsl(var(--css-custom-property)) for theme compatibility - Add explicit fontSize, fontFamily, fontWeight instead of text-* classes - Fixes text visibility issue where labels appeared as black rectangles Resolves rendering bug where SVG text elements weren't displaying properly due to improper CSS class application on SVG elements. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| CHANGELOG.md | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||