@ctzhian/tiptap 2.1.9 → 2.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/asset/css/index.css
CHANGED
|
@@ -148,6 +148,8 @@ var ReadonlyCodeBlock = /*#__PURE__*/memo(function (_ref) {
|
|
|
148
148
|
as: "code",
|
|
149
149
|
className: "hljs",
|
|
150
150
|
style: {
|
|
151
|
+
backgroundColor: 'var(--mui-palette-background-paper3)',
|
|
152
|
+
color: 'var(--mui-palette-text-primary)',
|
|
151
153
|
padding: '3rem 1.25rem 0.75rem 1.25rem',
|
|
152
154
|
fontSize: '0.875rem',
|
|
153
155
|
lineHeight: '1.5',
|
|
@@ -348,6 +348,8 @@ var CodeBlockView = function CodeBlockView(props) {
|
|
|
348
348
|
as: "code",
|
|
349
349
|
className: "hljs",
|
|
350
350
|
style: {
|
|
351
|
+
backgroundColor: 'var(--mui-palette-background-paper3)',
|
|
352
|
+
color: 'var(--mui-palette-text-primary)',
|
|
351
353
|
padding: '3rem 1.25rem 0.75rem 1.25rem',
|
|
352
354
|
fontSize: '0.875rem',
|
|
353
355
|
lineHeight: '1.5',
|
package/dist/index.css
CHANGED