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
Attempting to override the shadow on an elevated component by applying .elevation-0 or .shadow-none to the component, both in the classes prop and in settings, but elevation-# from the plugin overrides anything I enter. It also appears that .elevation-2 overrides .elevation-1, and so on. This also happens on Components with no shadow (if I add multiple elevation classes, the higher number takes priority) and on regular HTML elements.
In the above image, that is produced, regardless of the order of the classes.