Commit fa82fbc
committed
fix: apply font-mono to code-content textareas
CodeRabbit flagged on #72 that two textareas hold code-like content:
- script-command in ProjectScriptsControl.tsx
- commit-message dialog in GitActionsControl.tsx
After narrowing the global `textarea` monospace rule, both would have
rendered in DM Sans. Add explicit `className="font-mono"` so they keep
the Geist Mono readability regardless of the global rule.1 parent bc814b2 commit fa82fbc
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1121 | 1121 | | |
1122 | 1122 | | |
1123 | 1123 | | |
| 1124 | + | |
1124 | 1125 | | |
1125 | 1126 | | |
1126 | 1127 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
| 451 | + | |
451 | 452 | | |
452 | 453 | | |
453 | 454 | | |
| |||
0 commit comments