Browse Source

disable with using kibela

itizawa 6 years ago
parent
commit
eb9fc49d68
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/client/js/components/Admin/Customize/CustomizeThemeForm.jsx

+ 1 - 1
src/client/js/components/Admin/Customize/CustomizeThemeForm.jsx

@@ -13,7 +13,7 @@ class CustomizeThemeForm extends React.Component {
 
 
   render() {
   render() {
     return (
     return (
-      <div id="themeOptions">
+      <div id="themeOptions" className={`${this.props.adminCustomizeContainer.state.layoutType === 'kibela' && 'disabled'}`}>
         {/* Light Themes  */}
         {/* Light Themes  */}
         <div className="d-flex">
         <div className="d-flex">
           <ThemeColorBox name="default" bg="#ffffff" topbar="#334455" theme="#112744" />
           <ThemeColorBox name="default" bg="#ffffff" topbar="#334455" theme="#112744" />