Browse Source

Fixed the style linting errors from initial file chooser component commit

Nidhi Bhat G 3 years ago
parent
commit
74120bab25

+ 6 - 6
desktop/core/src/desktop/js/reactComponents/FileChooserComponent/FileChooserComponentButton/FileChooserComponentButton.scss

@@ -1,6 +1,6 @@
-  .ant-btn-primary {
-    background-color: #0B7FAD;
-    color: white;
-    margin-left: 40px;
-    margin-top: 12px;
-}
+.ant-btn-primary {
+  background-color: #0b7fad;
+  color: white;
+  margin-left: 40px;
+  margin-top: 12px;
+}

+ 0 - 2
desktop/core/src/desktop/js/reactComponents/FileChooserComponent/FileChooserModal/FileChooserModal.scss

@@ -1,2 +0,0 @@
-
-