Skip to content

fix(marketplace): neutral category chip + frameless logo on ProjectPage#423

Closed
KruGoL wants to merge 1 commit into
mainfrom
fix/project-logo-tile
Closed

fix(marketplace): neutral category chip + frameless logo on ProjectPage#423
KruGoL wants to merge 1 commit into
mainfrom
fix/project-logo-tile

Conversation

@KruGoL

@KruGoL KruGoL commented Jul 10, 2026

Copy link
Copy Markdown
Collaborator

Problem

Two readability/consistency issues on the marketplace project page, both caused by trusting arbitrary project data for chrome styling:

  1. The category chip was tinted with the project accentColor (background, text and border). With dark accents (e.g. #000000) the chip becomes unreadable.
  2. The logo tile carried a border-4 frame — the same mismatched-frame pattern already removed from the dev-portal and backoffice overview pages.

Fix

Pairs with unicity-sphere/sphere-ui#17; no dependency between the two — this one only touches wallet-local markup.

- category chip no longer tinted with the project accentColor — dark accents
  (e.g. #000000) made it unreadable; neutral chip style matches the tag chips
- drop the border-4 frame around ProjectLogo, mirroring the frame removal on
  the dev-portal/backoffice overview pages and the sphere-ui cards
@KruGoL

KruGoL commented Jul 10, 2026

Copy link
Copy Markdown
Collaborator Author

Superseded by #424 (combined into one PR per repo; this commit is included there).

@KruGoL KruGoL closed this Jul 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant