소스 검색

Merge pull request #2281 from weseek/imprv/future-haloween-final-fix

Imprv/future haloween final fix
Yuki Takei 5 년 전
부모
커밋
fe7a299b66
2개의 변경된 파일4개의 추가작업 그리고 6개의 파일을 삭제
  1. 3 5
      src/client/js/components/Admin/Notification/ManageGlobalNotification.jsx
  2. 1 1
      src/client/styles/scss/theme/future.scss

+ 3 - 5
src/client/js/components/Admin/Notification/ManageGlobalNotification.jsx

@@ -101,11 +101,9 @@ class ManageGlobalNotification extends React.Component {
       <React.Fragment>
 
         <div className="my-3">
-          <a href="/admin/notification#global-notification">
-            <button type="button" className="btn page-link text-dark d-inline-block">
-              <i className="icon-fw ti-arrow-left" aria-hidden="true"></i>
-              {t('notification_setting.back_to_list')}
-            </button>
+          <a href="/admin/notification#global-notification" className="btn btn-outline-secondary">
+            <i className="icon-fw ti-arrow-left" aria-hidden="true"></i>
+            {t('notification_setting.back_to_list')}
           </a>
         </div>
 

+ 1 - 1
src/client/styles/scss/theme/future.scss

@@ -79,7 +79,7 @@ html[dark] {
   // headers
   @for $i from 1 through 6 {
     h#{$i} {
-      color: $color-header;
+      color: white;
     }
   }