diff --git a/features/video-studio/frontend-demo/src/components/InvisibleProtectionsDemo.tsx b/features/video-studio/frontend-demo/src/components/InvisibleProtectionsDemo.tsx index 18f89e740..93aba9ef4 100644 --- a/features/video-studio/frontend-demo/src/components/InvisibleProtectionsDemo.tsx +++ b/features/video-studio/frontend-demo/src/components/InvisibleProtectionsDemo.tsx @@ -1036,4 +1036,15 @@ const s = { color: '#4a8060', fontSize: '11px', }, + protectedBadge: { + position: 'absolute' as const, + top: '4px', + right: '4px', + background: '#1b5e20cc', + borderRadius: '3px', + fontSize: '11px', + padding: '1px 4px', + lineHeight: 1.4, + backdropFilter: 'blur(2px)', + }, } as const; diff --git a/features/video-studio/protected-badge.png b/features/video-studio/protected-badge.png new file mode 100644 index 000000000..bf8e16c4c Binary files /dev/null and b/features/video-studio/protected-badge.png differ