Explorar o código

Add border styling for buttons in SelectablePagePageList component

Shun Miyazawa hai 8 meses
pai
achega
eaec4617e2

+ 4 - 0
apps/app/src/features/openai/client/components/AiAssistant/AiAssistantManagementModal/SelectablePagePageList.module.scss

@@ -6,6 +6,10 @@
   .list-group-item {
     border: none;
   }
+
+  .btn {
+    border: none;
+  }
 }
 
 // == Colors