diff --git a/src/alf/atoms.ts b/src/alf/atoms.ts index da9b997201..ffac94a5da 100644 --- a/src/alf/atoms.ts +++ b/src/alf/atoms.ts @@ -10,10 +10,6 @@ const EXP_CURVE = 'cubic-bezier(0.16, 1, 0.3, 1)' export const atoms = { ...baseAtoms, - rounded_sheet: { - borderRadius: 40, - }, - h_full_vh: web({ height: '100vh', }), diff --git a/src/view/com/composer/Composer.tsx b/src/view/com/composer/Composer.tsx index 9f3cb3b9cd..93a8d51e01 100644 --- a/src/view/com/composer/Composer.tsx +++ b/src/view/com/composer/Composer.tsx @@ -1522,7 +1522,13 @@ function ComposerTopBar({ - +