AlexiCauvin 6 лет назад
Родитель
Сommit
edec14f497
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2 2
      frontend_lib/src/component/Input/SelectStatus/SelectStatus.jsx

+ 2 - 2
frontend_lib/src/component/Input/SelectStatus/SelectStatus.jsx Просмотреть файл

@@ -38,8 +38,8 @@ export const SelectStatus = props => {
38 38
             {s.label}
39 39
             <div className='selectStatus__submenu__item__icon'>
40 40
               <i
41
-              className={`fa fa-fw fa-${s.faIcon}`}
42
-              style={{color: s.hexcolor}}
41
+                className={`fa fa-fw fa-${s.faIcon}`}
42
+                style={{color: s.hexcolor}}
43 43
               />
44 44
             </div>
45 45
           </button>