Browse Source

changed the design of spring theme button.

kaoritokashiki 6 years ago
parent
commit
ffd5b19b17

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

@@ -28,7 +28,7 @@ class CustomizeThemeOptions extends React.Component {
     }, {
       name: 'antarctic', bg: '#ffffff', topbar: '#000080', theme: '#99cccc',
     }, {
-      name: 'spring', bg: '#ffffff', topbar: '#334455', theme: '#112744',
+      name: 'spring', bg: '#FBEFFB', topbar: '#CC2EFA', theme: '#F5A9F2',
     }];
 
     const darkTheme = [{

+ 1 - 0
src/client/styles/agile-admin/inverse/colors/spring.scss

@@ -29,3 +29,4 @@ $wikilinktext-hover: lighten($wikilinktext, 20%);
   background-size: cover;
   opacity: 0.4;
 }
+