Browse Source

Add border styling for buttons in SelectablePagePageList component

Shun Miyazawa 8 months ago
parent
commit
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