ソースを参照

fix text color

Shun Miyazawa 4 年 前
コミット
081673fe90

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

@@ -33,7 +33,7 @@ const CustomBotWithProxyIntegrationCard = (props) => {
         )}
         )}
         {!props.isSlackScopeSet && (
         {!props.isSlackScopeSet && (
           <small
           <small
-            className="text-secondary"
+            className="text-danger"
             // eslint-disable-next-line react/no-danger
             // eslint-disable-next-line react/no-danger
             dangerouslySetInnerHTML={{ __html: t('admin:slack_integration.integration_sentence.integration_is_not_complete') }}
             dangerouslySetInnerHTML={{ __html: t('admin:slack_integration.integration_sentence.integration_is_not_complete') }}
           />
           />