Update src/styles/tiptap.scss
All checks were successful
Release to Staging / build_and_release (push) Successful in 46s

This commit is contained in:
freakoverse 2024-08-27 12:08:50 +00:00
parent 7c2dd9fe7a
commit 9bdc8678c4

View File

@ -91,4 +91,17 @@
.ProseMirror {
min-height: 75px;
}
}
.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);
}
}