Commit b8ec243
test(dashboard): strengthen fontWeightStrong assertion for markdown bold
Update test to require fontWeightStrong >= 600 (semibold) instead of > 400.
This ensures the theme token has adequate weight to show a true visual
difference when bold text is rendered.
Values < 600 (like 500/medium) are too subtle and appear similar to normal
weight (400), making bold text barely distinguishable. The stricter assertion
catches this inadequate configuration.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent bf830b2 commit b8ec243
File tree
1 file changed
+4
-3
lines changed- superset-frontend/src/dashboard/components/gridComponents/Markdown
1 file changed
+4
-3
lines changedLines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
429 | | - | |
| 429 | + | |
430 | 430 | | |
431 | 431 | | |
432 | | - | |
| 432 | + | |
| 433 | + | |
433 | 434 | | |
434 | | - | |
| 435 | + | |
435 | 436 | | |
0 commit comments