@@ -19,7 +19,7 @@ export const InfoPanel = () => {
1919 >
2020 < Stack >
2121 < Typography variant = "h5" > MUI Theme Builder</ Typography >
22- < Typography variant = "subtitle2" color = "text.secondary" >
22+ < Typography variant = "subtitle2" sx = { { color : "text.secondary" } } >
2323 Compatible with MUI 5 to 9
2424 </ Typography >
2525 </ Stack >
@@ -76,10 +76,10 @@ export const InfoPanel = () => {
7676 { hasEditedTheme && (
7777 < Stack
7878 direction = "row"
79- sx = { { gap : 0.5 , borderRadius : "99px" , bgcolor : "background.default " , p : 0.5 , paddingInlineEnd : 1 , alignContent : "center" } }
79+ sx = { { gap : 0.5 , borderRadius : "99px" , bgcolor : "common.black " , p : 0.5 , paddingInlineEnd : 1 , alignContent : "center" } }
8080 >
8181 < Check color = "success" fontSize = "small" />
82- < Typography variant = "subtitle2" color = "text.secondary" >
82+ < Typography variant = "subtitle2" sx = { { color : "text.secondary" } } >
8383 Changes saved locally
8484 </ Typography >
8585 </ Stack >
@@ -88,13 +88,13 @@ export const InfoPanel = () => {
8888 < Typography variant = "h6" > Components</ Typography >
8989 < ComponentList />
9090 < Divider />
91- < Typography variant = "subtitle2" color = "text.secondary" >
91+ < Typography variant = "subtitle2" sx = { { color : "text.secondary" } } >
9292 Inspired by{ " " }
9393 < Link href = "https://bareynol.github.io/mui-theme-creator" target = "_blank" >
9494 @bareynol
9595 </ Link >
9696 </ Typography >
97- < Typography variant = "subtitle2" color = "text.secondary" >
97+ < Typography variant = "subtitle2" sx = { { color : "text.secondary" } } >
9898 Made with ❤️ by{ " " }
9999 < Link href = "https://www.linkedin.com/in/peter-ty-liu/" target = "_blank" >
100100 Peter Liu
0 commit comments