I probably have a question as old as time, but my buttons won't cooperate! This is my first time using MUI so maybe there's something I don't understand.
CodePudding user response:
I don't really get your expectations but you can set a space between items of a flex box using gap
property.
<Box display="flex" gap={1}>