themesberg / flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS
https://flowbite.com
MIT License
7.29k stars 708 forks source link

fix: screen image rounding on laptop mockup #868

Closed binzcodes closed 2 months ago

binzcodes commented 2 months ago

Properly aligns screen image to screen shape in light-mode. This change also brings light-mode styling into line with dark mode styling for this element.

The misalignment becomes visible when an image with a darker image is used.

Current implementation has a dark image showing white in the corners.

Before

With change

After

(Photo by Peggy Anke on Unsplash)

zoltanszogyenyi commented 2 months ago

Good catch! Thanks for the fix @binzcodes.