diff --git a/web/components/theme/Theme.tsx b/web/components/theme/Theme.tsx index 31fb291ab..70ab0013a 100644 --- a/web/components/theme/Theme.tsx +++ b/web/components/theme/Theme.tsx @@ -27,26 +27,22 @@ export const Theme: FC = () => {
- {(appearanceVariables?.keys?.length || 0) > 0 && ( - - )} - {customStyles !== '' && ( - + - )} + }} + /> > ); }; diff --git a/web/package.json b/web/package.json index 09ad7c901..0aab9d128 100644 --- a/web/package.json +++ b/web/package.json @@ -146,4 +146,4 @@ "emoji-mart": "5.2.2" } } -} +} \ No newline at end of file