فهرست منبع

Merge pull request #3810 from weseek/fix/GW-6174-fix-text-color

Fix/gw 6174 fix text color
itizawa 4 سال پیش
والد
کامیت
737f3e82b4
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/client/js/components/Admin/SlackIntegration/CustomBotWithProxyIntegrationCard.jsx

+ 2 - 2
src/client/js/components/Admin/SlackIntegration/CustomBotWithProxyIntegrationCard.jsx

@@ -24,7 +24,7 @@ const CustomBotWithProxyIntegrationCard = (props) => {
         </div>
       </div>
 
-      <div className="text-center w-25 mt-5">
+      <div className="text-center w-25 mt-3">
         {props.isSlackScopeSet && (
           <p className="text-success small">
             <i className="fa fa-check mr-1" />
@@ -33,7 +33,7 @@ const CustomBotWithProxyIntegrationCard = (props) => {
         )}
         {!props.isSlackScopeSet && (
           <small
-            className="text-secondary"
+            className="text-danger"
             // eslint-disable-next-line react/no-danger
             dangerouslySetInnerHTML={{ __html: t('admin:slack_integration.integration_sentence.integration_is_not_complete') }}
           />