소스 검색

Merge pull request #6698 from weseek/feat/display-toastr

feat: Display toastr success/error
Yuki Takei 3 년 전
부모
커밋
0b875363ef
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 0
      packages/app/src/styles/molecules/toastr.scss
  2. 2 1
      packages/app/src/styles/style-next.scss

+ 3 - 0
packages/app/src/styles/molecules/toastr.scss

@@ -0,0 +1,3 @@
+:root {
+  @import '~toastr/build/toastr';
+}

+ 2 - 1
packages/app/src/styles/style-next.scss

@@ -30,7 +30,8 @@
 @import 'atoms/spinners';
 @import 'atoms/custom_control';
 
-// // molecules
+// molecules
+@import 'molecules/toastr';
 // @import 'molecules/copy-dropdown';
 // @import 'molecules/page-editor-mode-manager';
 // @import 'molecules/slack-notification';