Minor changes

This commit is contained in:
2025-03-08 00:35:39 +01:00
parent a9f0267ee6
commit 0611db8c01
@@ -235,7 +235,6 @@ export const MatchProperties: React.FC = () => {
if (textStyleCount > 0) { if (textStyleCount > 0) {
message += ` (including text styling on ${textStyleCount})`; message += ` (including text styling on ${textStyleCount})`;
} }
message += ". Note: Fill colors may not be fully supported in the Office JS API.";
setStatusMessage(message); setStatusMessage(message);
setStatusType("success"); setStatusType("success");
} else { } else {