Browse Source

fix modal icon color

ayaka417 3 years ago
parent
commit
5f9be310b7
1 changed files with 8 additions and 0 deletions
  1. 8 0
      packages/app/src/styles/theme/_apply-colors.scss

+ 8 - 0
packages/app/src/styles/theme/_apply-colors.scss

@@ -350,6 +350,14 @@ ul.pagination {
   }
 }
 
+.grw-page-accessories-modal,.grw-descendants-page-list-modal {
+  .modal-header {
+    .close {
+      color: #{hsl.contrast(var(--bgcolor-global))};
+    }
+  }
+}
+
 .grw-custom-nav-tab {
   .nav-item {
     &:hover,