Browse Source

refactor: update border color for dark mode in PageSelectionMethodButtons

Shun Miyazawa 8 tháng trước cách đây
mục cha
commit
9f2698cf78

+ 1 - 1
apps/app/src/features/openai/client/components/AiAssistant/AiAssistantManagementModal/PageSelectionMethodButtons.module.scss

@@ -22,7 +22,7 @@
 @include bs.color-mode(dark) {
   .page-selection-method-buttons :global {
     .page-selection-method-btn {
-      border: 2px solid bs.$gray-600;
+      border: 2px solid bs.$gray-700;
     }
   }
 }