Skip to content

bug: black outline on FluidText even with all-white colors #3

@jayf0x

Description

@jayf0x

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    domain:coreConfig, props, API surfaceeffort:3Medium — half to full daytype:bugSomething broken

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions