You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit contains the following style improvements of the doc site:
1. Add border-radius:4 to index page example code and component to
achieve better user experience.
2. Add border-radius:4 to all the code block in markdown.
3. Change the code block font to "ui-monospace,SFMono-Regular,SF
Mono,Menlo,Consolas,Liberation Mono,monospace"
4. Move the AccordionSummary of example component to the borrom of the
component, as it's more logical to expand the code below the actual
component.
5. Turn off the rotate of accordion expand icon, replace it with
<CodeIcon/> and <CodeOffIcon/> to maintain the expand state.
6. Replace the markdown default divider(<hr>) to @mui/material/Divider.
0 commit comments