You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the FAQ items on the different pages lack a background color and shadow, making them appear visually inconsistent and difficult to differentiate.
As a user, I want FAQ items to have a white background and shadow, So that they are visually distinct and aesthetically consistent with the rest of the page design.
FAQ items have a white background #FFFFFF applied.
A subtle box shadow is applied to give the FAQ items depth box-shadow: 0px 1px 2px 0px rgba(10, 10, 10, 0.04);.
Currently, the FAQ items on the different pages lack a background color and shadow, making them appear visually inconsistent and difficult to differentiate.
As a user, I want FAQ items to have a white background and shadow, So that they are visually distinct and aesthetically consistent with the rest of the page design.
FAQ items have a white background
#FFFFFF
applied.A subtle box shadow is applied to give the FAQ items depth
box-shadow: 0px 1px 2px 0px rgba(10, 10, 10, 0.04);.
Figma: Link
Current implementation:
Proposal:
The text was updated successfully, but these errors were encountered: