Skip to content

Change box-shadow color to make it look good on both light and dark themes.

Sean King requested to merge seanking2919/soapbox-fe:patch-1 into master

On dark themes, the current mobile compose button's box-shadow doesn't look right as seen here: image

To change this be just as dark as it is on light themes, I changed #999 to rgba(0,0,0,0.5) so that we don't have to specify a different color on dark themes. See result of change here: image

Merge request reports