What's broken
<FluidText> has a thin black border around text even when all color props (background, text, shine) are set to white. The pixelated edges of the text have a black fill that conflicts with the text color.
Reproduce
```tsx
```
Expected vs actual
|
|
| Expected |
No dark outline — edges blend cleanly |
| Actual |
Thin black border visible around glyph edges |
Context
Likely source: the obstacle/coverage texture has black fill at sub-pixel edges. Fix options:
- Set fill color to match text color
- Make the backdrop text 1px smaller OR the text itself 1px larger
Files likely touched: src/core/textures.ts
What's broken
<FluidText>has a thin black border around text even when all color props (background, text, shine) are set to white. The pixelated edges of the text have a black fill that conflicts with the text color.Reproduce
```tsx
```
Expected vs actual
Context
Likely source: the obstacle/coverage texture has black fill at sub-pixel edges. Fix options:
Files likely touched:
src/core/textures.ts