Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nouman91
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have two questions for applying shadows to button components
Q1) Is this the right way to apply shadow to the button component?
<Button sx={(theme) => ({ "box-shadow": theme.shadows.lg, })} size="lg" > Settings{" "} </Button>
Q2) Can we have a default shadow prop along with other default props?
Beta Was this translation helpful? Give feedback.
All reactions