-
-
Notifications
You must be signed in to change notification settings - Fork 46
[FEATURE]: UI Refresh - High-Contrast "Milky" Background & Card Layout #144
Description
Feature and its Use Cases
First off, I love the SocialShareButton component—the feature set is fantastic, and the current blue theme is very friendly and cohesive. However, the current solid blue background combined with blue feature cards creates a slightly monolithic look. Because the background, container, and cards are all similar mid-tone blues, the UI lacks depth, and the colorful platform icons and pill badges have to fight against the background to stand out.
I'd love to propose a slight UI refresh to give the component a more modern, minimalistic SaaS aesthetic (often referred to as a "milky" design) while retaining its approachable personality. By improving the contrast, we can let the content and vibrant icons really pop.
If keeping the blue identity is a strict requirement, we could lighten the background significantly:
- Flood the background with a very light "Ice Blue" (e.g., blue-50 #EFF6FF).
- Keep the feature cards pure white (#FFFFFF).
- Retain the original vibrant blue for headings, pill badges, and primary accents.
Alternatively, we could keep the current rich blue background but just change the internal feature cards to pure white with dark text. This would instantly fix the contrast issue for the inner content while keeping the outer "wrapper" exactly as it is today.
Additional Context
The goal here is strictly visual polish to make the component look as premium and modern as the code underneath it. The improved contrast will also naturally boost accessibility scores for the text and icons.
I am more than happy to fork the repo, test out these changes, and open a PR if the maintainers are open to this design direction! Let me know what you think.
Code of Conduct
- I have joined the Discord server and will post updates there
- I have searched existing issues to avoid duplicates