|
@@ -42,7 +42,7 @@ class CustomizeThemeOptions extends React.Component {
|
|
|
return (
|
|
return (
|
|
|
<div id="themeOptions" className={`${currentLayout === 'kibela' && 'disabled'}`}>
|
|
<div id="themeOptions" className={`${currentLayout === 'kibela' && 'disabled'}`}>
|
|
|
{/* Light Themes */}
|
|
{/* Light Themes */}
|
|
|
- <div className="d-flex">
|
|
|
|
|
|
|
+ <div className="d-flex flex-wrap">
|
|
|
{lightTheme.map((theme) => {
|
|
{lightTheme.map((theme) => {
|
|
|
return (
|
|
return (
|
|
|
<ThemeColorBox
|
|
<ThemeColorBox
|