Browse Source

new info form

andre 5 months ago
parent
commit
7482fc7cec
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/UI/Client/Templates/assets/js/setting/index.js

+ 1 - 1
app/UI/Client/Templates/assets/js/setting/index.js

@@ -12,7 +12,7 @@ mgEventHandler.on('ModalLoaded', null,function(){
 
         if(pixelDiff < 30)
         {
-            self.addClass('danger');
+            self.addClass('lu-text-danger');
         }
     });
 });