need a little bit of code review
hey folks this is my jsx
11 Replies
and this is the corresponding css
I don't know why the button at the bottom and typography at the top is taking width of container
because it is a flex item (stretch by default). Put it in a wrapper or use align-self: start/center/end
okay
hey @MarkBoots have you used react MUI library
no I don't
ok
Flexbox - MUI System
Quickly manage the layout, alignment, and sizing of grid columns, navigation, components, and more with a full suite of responsive flexbox utilities.
for this I was not asking that do you know react MUI library
actually I have some other issue with MUI button component
here is that issue
I used its button component at two different places and they both are behaving wierdly
these are jsx and css of these button
why these two are having different hover effects I didn't make any hover property in the css file
@MarkBoots what happened
do you have any idea why these buttons are behaving deferrently
hard to tell. i dont think this is all the css. i miss the hover state