فهرست منبع

change info to primary

kaori 5 سال پیش
والد
کامیت
fc7c6cfea1
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/client/js/components/Admin/SlackIntegration/SlackIntegration.jsx
  2. 1 1
      src/client/styles/scss/_admin.scss

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

@@ -159,7 +159,7 @@ const SlackIntegration = (props) => {
           <div className="card-deck mx-auto">
 
             <div
-              className={`card admin-bot-card mx-3 rounded shadow ${currentBotType === 'official-bot' && 'border-info'}`}
+              className={`card admin-bot-card mx-3 rounded shadow ${currentBotType === 'official-bot' && 'border-primary'}`}
               onClick={() => handleBotTypeSelect('official-bot')}
             >
               <div className={`pt-4 ${currentBotType === 'official-bot' && ''}`}>

+ 1 - 1
src/client/styles/scss/_admin.scss

@@ -196,7 +196,7 @@
   .badge-info {
     font-size: 0.6rem;
   }
-  .border-info {
+  .border-primary {
     border-width: 2px;
   }
 }