Ahmad Kholid 3 years ago
parent
commit
cde82bcf48
2 changed files with 2 additions and 5 deletions
  1. 1 1
      package.json
  2. 1 4
      src/newtab/App.vue

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "automa",
-  "version": "1.10.1",
+  "version": "1.11.0",
   "description": "An extension for automating your browser by connecting blocks",
   "license": "MIT",
   "repository": {

+ 1 - 4
src/newtab/App.vue

@@ -57,10 +57,7 @@
       class="absolute bg-white shadow-md rounded-full -right-2 -top-2 transition scale-0 group-hover:scale-100"
       @click="closeModal"
     >
-      <v-remixicon
-        class="text-gray-600 dark:text-gray-200"
-        name="riCloseLine"
-      />
+      <v-remixicon class="text-gray-600" name="riCloseLine" />
     </button>
     <h2 class="font-semibold text-lg">
       {{ activeModal.title }}