mirror of https://github.com/fantasticit/think.git
tiptap: update callout default emoji
parent
902608d496
commit
a9d67dbd9f
|
@ -21,7 +21,7 @@ export const Callout = Node.create({
|
||||||
addAttributes() {
|
addAttributes() {
|
||||||
return {
|
return {
|
||||||
emoji: {
|
emoji: {
|
||||||
default: '✅',
|
default: '🎯',
|
||||||
},
|
},
|
||||||
textColor: {
|
textColor: {
|
||||||
default: '#d83931',
|
default: '#d83931',
|
||||||
|
|
Loading…
Reference in New Issue