diff --git a/src/pages/Create/components/Editor/icon/callout.svg b/src/pages/Create/components/Editor/icon/callout.svg
index 8972ade..3c901cb 100644
--- a/src/pages/Create/components/Editor/icon/callout.svg
+++ b/src/pages/Create/components/Editor/icon/callout.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/pages/Create/components/Editor/icon/emoji.svg b/src/pages/Create/components/Editor/icon/emoji.svg
deleted file mode 100644
index 86506cd..0000000
--- a/src/pages/Create/components/Editor/icon/emoji.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/src/pages/Create/components/Editor/icon/note.svg b/src/pages/Create/components/Editor/icon/note.svg
index 116b679..1e848e4 100644
--- a/src/pages/Create/components/Editor/icon/note.svg
+++ b/src/pages/Create/components/Editor/icon/note.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/pages/Create/components/Editor/index.scss b/src/pages/Create/components/Editor/index.scss
index b5fc59b..f5f7722 100644
--- a/src/pages/Create/components/Editor/index.scss
+++ b/src/pages/Create/components/Editor/index.scss
@@ -22,4 +22,8 @@
.CodeMirror {
@apply dark:text-white bg-white dark:bg-boxdark;
}
+
+ .icon {
+ @apply dark:fill-white;
+ }
}
\ No newline at end of file