primefaces / primereact-sass-theme

PrimeReact Theming with SASS
MIT License
31 stars 40 forks source link

fix(toast): Remove unnecessary border-width #46

Open SoyDiego opened 9 months ago

SoyDiego commented 9 months ago

Fix #45

Removing the line, solves the problem.


PROBLEM

image

AFTER SOLUTION

image

NOTE: is not necessary because the border left of the component is implemented in the div parent:

image