diff --git a/src/lib/components/common/RichTextInput/FormattingButtons.svelte b/src/lib/components/common/RichTextInput/FormattingButtons.svelte
index e2b9adac94..47c6e64e44 100644
--- a/src/lib/components/common/RichTextInput/FormattingButtons.svelte
+++ b/src/lib/components/common/RichTextInput/FormattingButtons.svelte
@@ -17,6 +17,8 @@
import Tooltip from '../Tooltip.svelte';
import CheckBox from '$lib/components/icons/CheckBox.svelte';
+ import ArrowLeftTag from '$lib/components/icons/ArrowLeftTag.svelte';
+ import ArrowRightTag from '$lib/components/icons/ArrowRightTag.svelte';
+ {#if editor?.isActive('bulletList') || editor?.isActive('orderedList') || editor?.isActive('taskList')}
+
+
+
+
+
+
+
+ {/if}
+