@flozy/editor 5.6.0 → 5.6.2

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.
@@ -44,9 +44,9 @@ const SearchAttachment = props => {
44
44
  maxWidth: '250px',
45
45
  padding: "0px 10px",
46
46
  boxShadow: "none",
47
- border: `1px solid ${theme?.palette?.primary?.slashBrainBorder}`,
47
+ border: `1px solid ${theme?.palette?.primary?.slashBrainBorder} !important`,
48
48
  borderRadius: "7px !important",
49
- background: theme?.palette?.containers?.slashBrainCardBg,
49
+ background: `${theme?.palette?.containers?.slashBrainCardBg} !important`,
50
50
  cursor: 'pointer',
51
51
  margin: '4px 0px',
52
52
  "&.MuiPaper-root.MuiPaper-rounded": {
@@ -301,6 +301,9 @@ const editorStyles = ({
301
301
  "& .editor-wrapper": {
302
302
  paddingTop: '20px'
303
303
  },
304
+ "& .MuiDialog-paper, & .MuiPopover-paper": {
305
+ background: `${theme?.palette?.editor?.background} !important`
306
+ },
304
307
  "& .MuiPaper-root": {
305
308
  borderRadius: "0px !important",
306
309
  "& .MuiDialogTitle-root": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "5.6.0",
3
+ "version": "5.6.2",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"