소스 검색

remove unnecessary color specification

Yuki Takei 2 년 전
부모
커밋
908f7a11e8
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 1
      apps/app/src/components/PagePresentationModal.module.scss
  2. 2 2
      packages/presentation/src/components/Presentation.module.scss

+ 0 - 1
apps/app/src/components/PagePresentationModal.module.scss

@@ -21,7 +21,6 @@
     width: 3rem;
     height: 3rem;
     font-size: 1.5rem;
-    color: var(--color-global);
     opacity: 0.3;
   }
 

+ 2 - 2
packages/presentation/src/components/Presentation.module.scss

@@ -12,10 +12,10 @@
     }
     .controls {
       bottom: 24px;
-      color: var(--color-global);
+      color: var(--bs-body-color);
     }
     .progress {
-      color: var(--accent);
+      color: var(--bs-primary);
     }
   }