소스 검색

changed the design of spring theme button.

kaoritokashiki 6 년 전
부모
커밋
ffd5b19b17
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/client/js/components/Admin/Customize/CustomizeThemeOptions.jsx
  2. 1 0
      src/client/styles/agile-admin/inverse/colors/spring.scss

+ 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;
 }
+