Custom shadow in FAB button
-
How to apply custom shadow in FAB button?
-
Through “classNames” property if you want some other predefined shadow (http://quasar-framework.org/api/css-shadows.html):
<quasar-fab classNames="purple shadow-5" ....>
Alternatively, write custom CSS and target for
.quasar-fab > button
. -
@rstoenescu thank you so much.
I was added to the shadow class in “class”.