a tool for shared writing and social publishing

fixed issue in theme on pub

+1 -1
+1 -1
components/ThemeManager/PubThemeSetter.tsx
··· 91 91 compact 92 92 disabled={ 93 93 !( 94 - showPageBackground !== !!record?.theme?.showPageBackground || 94 + showPageBackground === !!record?.theme?.showPageBackground || 95 95 changes || 96 96 !!image?.file || 97 97 record?.theme?.backgroundImage?.width !== image?.repeat