File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -843,6 +843,21 @@ const CustomizationPanel = ({ isThemeLight }): JSX.Element => {
843
843
) }
844
844
</ div >
845
845
< div >
846
+ < div className = { classes . buttonRow } >
847
+ < Button
848
+ variant = "contained"
849
+ style = { { backgroundColor : 'green' } }
850
+ className = {
851
+ isThemeLight
852
+ ? `${ classes . button } ${ classes . saveButtonLight } `
853
+ : `${ classes . button } ${ classes . saveButtonDark } `
854
+ }
855
+ onClick = { handleSave }
856
+ id = "saveButton"
857
+ >
858
+ SAVE
859
+ </ Button >
860
+ </ div >
846
861
< div className = { classes . buttonRow } >
847
862
< Button
848
863
variant = "contained"
@@ -858,6 +873,7 @@ const CustomizationPanel = ({ isThemeLight }): JSX.Element => {
858
873
CSS
859
874
</ Button >
860
875
</ div >
876
+
861
877
< div >
862
878
< Button
863
879
variant = "contained"
You can’t perform that action at this time.
0 commit comments