No shadows in web #1206
Labels
documentation
question
stale
This ticket may be old, or may no longer be valid, and will be closed if no further activity occurs
Hello, I tried to put shadow around RX.View and RX.Button, with:
style={{shadowOpacity: 1, shadowRadius: 10, shadowColor: 'black', shadowOffset: {width: 10, height: 10}}}
but no shadow is displayed in the browser (I only tested web for now).
ReactXP version is 2.0.0. Using inspector in the browser (tried Firefox and Chromium) I cannot find any css property regarding shadows on the View or Button that should have them.
The text was updated successfully, but these errors were encountered: