diff --git a/apps/web/src/components/affine/new-workspace-setting-detail/style.css.ts b/apps/web/src/components/affine/new-workspace-setting-detail/style.css.ts index 8bce35b3c4..e7e62dd66f 100644 --- a/apps/web/src/components/affine/new-workspace-setting-detail/style.css.ts +++ b/apps/web/src/components/affine/new-workspace-setting-detail/style.css.ts @@ -57,16 +57,7 @@ globalStyle(`${urlButton} span`, { export const fakeWrapper = style({ position: 'relative', - opacity: 0.4, - selectors: { - '&::after': { - content: '""', - width: '100%', - height: '100%', - position: 'absolute', - left: 0, - top: 0, - cursor: 'not-allowed', - }, - }, + borderRadius: '8px', + background: 'var(--affine-white-60)', + padding: '10px', });