From 9bdc8678c4138d4c24f8527be30fe67e3386c44c Mon Sep 17 00:00:00 2001 From: freakoverse Date: Tue, 27 Aug 2024 12:08:50 +0000 Subject: [PATCH] Update src/styles/tiptap.scss --- src/styles/tiptap.scss | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/styles/tiptap.scss b/src/styles/tiptap.scss index 0966f16..a3f839c 100644 --- a/src/styles/tiptap.scss +++ b/src/styles/tiptap.scss @@ -91,4 +91,17 @@ .ProseMirror { min-height: 75px; - } \ No newline at end of file + } + +.btnMain.btnMainTipTap { + padding: 5px 10px; + height: 35px; + font-size: 14px; + + .is-active { + background-color: rgb(255 255 255 / 15%); + color: rgb(255 255 255 / 85%); + font-weight: 700; + transform: scale(1); + } +} \ No newline at end of file