From 45373f655f68fdd0b320cde175b6108454ad4731 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sat, 17 Jul 2021 20:32:22 +0530 Subject: Removed Franz paid plans features: - serviceLimit - planSelection - trialStatusBar and other Franz features that were for different tiers of subscription. --- src/features/todos/components/TodosWebview.js | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'src/features/todos/components') diff --git a/src/features/todos/components/TodosWebview.js b/src/features/todos/components/TodosWebview.js index ca8460f94..2dc30cdf2 100644 --- a/src/features/todos/components/TodosWebview.js +++ b/src/features/todos/components/TodosWebview.js @@ -35,26 +35,6 @@ const styles = (theme) => ({ zIndex: 400, background: theme.todos.dragIndicator.background, }, - premiumContainer: { - display: 'flex', - flexDirection: 'column', - justifyContent: 'center', - alignItems: 'center', - width: '80%', - maxWidth: 300, - margin: [0, 'auto'], - textAlign: 'center', - }, - premiumIcon: { - marginBottom: 40, - background: theme.styleTypes.primary.accent, - fill: theme.styleTypes.primary.contrast, - padding: 10, - borderRadius: 10, - }, - premiumCTA: { - marginTop: 40, - }, isTodosServiceActive: { width: 'calc(100% - 368px)', position: 'absolute', -- cgit v1.2.3-70-g09d2