diff --git a/.changeset/blur-style-prop-compat.md b/.changeset/blur-style-prop-compat.md new file mode 100644 index 0000000000..ef54551340 --- /dev/null +++ b/.changeset/blur-style-prop-compat.md @@ -0,0 +1,5 @@ +--- +"@workflow/web-shared": patch +--- + +Use the `blur-[4px]` arbitrary-value utility on the encrypted data preview instead of Tailwind v4's `blur-xs` utility, so the component renders correctly for consumers on Tailwind v3. diff --git a/packages/web-shared/src/components/sidebar/copyable-data-block.tsx b/packages/web-shared/src/components/sidebar/copyable-data-block.tsx index eb85678777..26abfb87ea 100644 --- a/packages/web-shared/src/components/sidebar/copyable-data-block.tsx +++ b/packages/web-shared/src/components/sidebar/copyable-data-block.tsx @@ -19,7 +19,7 @@ export function EncryptedDataBlock() {