Yuki Takei 7 лет назад
Родитель
Сommit
b1fd515bc4
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      CHANGES.md
  2. 1 1
      lib/views/admin/customize.html

+ 1 - 1
CHANGES.md

@@ -11,7 +11,7 @@ CHANGES
     * react-clipboard.js
     * xss
 
-## 3.1.1-RC
+## 3.1.1
 
 * Improvement: Add 'blue-night' theme
 * Improvement: List up pages which restricted for Group ACL

+ 1 - 1
lib/views/admin/customize.html

@@ -73,7 +73,7 @@
             {# Dark Themes #}
             <div class="d-flex">
               {% include 'widget/theme-colorbox.html' with { name: 'default-dark', bg: '#212731', topbar: '#151515', theme: '#f75b36' } %}
-              {# {% include 'widget/theme-colorbox.html' with { name: 'future', bg: '#16282D', topbar: '#011414', theme: '#04B4AE' } %} #}
+              {% include 'widget/theme-colorbox.html' with { name: 'future', bg: '#16282D', topbar: '#011414', theme: '#04B4AE' } %}
               {% include 'widget/theme-colorbox.html' with { name: 'blue-night', bg: '#061F2F', topbar: '#27343B', theme: '#0090C8' } %}
             </div>
           </div>