diff --git a/packages/studio-ui/src/hooks/useInjectUserStyles.tsx b/packages/studio-ui/src/hooks/useInjectUserStyles.tsx index 2281ab307..ae5fc6513 100644 --- a/packages/studio-ui/src/hooks/useInjectUserStyles.tsx +++ b/packages/studio-ui/src/hooks/useInjectUserStyles.tsx @@ -67,8 +67,9 @@ function injectStyleIntoIframe(iframeDocument: Document, filepath: string) { if (!parentDocumentStyletag) { console.warn( `${filepath} was not able to be loaded into the Studio Preview. ` + - "If this is a newly added style file, refresh Studio to update. " + - "Note that unsaved changes will not be preserved on page refresh." + "If this style is missing from Studio Preview and is a " + + "newly added style file, refresh Studio to update. Note that " + + "unsaved changes will not be preserved on page refresh." ); return; }