Is the title says - my divider is not centered in the middle of my text. The current result displays a misalignment:
https://i.sstatic.net/0FjKN.png
However, I am aiming for my divider to be placed in the center like this (refer to red line):
https://i.sstatic.net/1CL2N.png
It's quite strange because according to the material ui documentation, this should be the default behavior, but it doesn't seem to work for me.
Below is the code snippet that I am using:
<Divider textAlign="center" variant="inset"><Typography variant="h3">About</Typography></Divider>