Browse Source

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

Imprv/future haloween final fix
Yuki Takei 5 years ago
parent
commit
fe7a299b66

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

@@ -101,11 +101,9 @@ class ManageGlobalNotification extends React.Component {
       <React.Fragment>
       <React.Fragment>
 
 
         <div className="my-3">
         <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>
           </a>
         </div>
         </div>
 
 

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

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