diff --git a/src/components/Widget/TinderWidget.tsx b/src/components/Widget/TinderWidget.tsx index 85d6039..872beb3 100644 --- a/src/components/Widget/TinderWidget.tsx +++ b/src/components/Widget/TinderWidget.tsx @@ -30,7 +30,7 @@ const TinderWidget = ({ widget }: TinderWidgetProps) => { // TinderWidget enforces a certain layout and style for its Elements
diff --git a/src/prototype/selector.ts b/src/prototype/selector.ts index dde193d..1534398 100644 --- a/src/prototype/selector.ts +++ b/src/prototype/selector.ts @@ -8,7 +8,6 @@ import type { TextElement, TableElement, } from 'src/types/element'; -// import DANGER_LOGO from 'src/icons/danger.svg'; type SelectorProps = { message: Message; //Message; @@ -39,8 +38,8 @@ const selector = ({ message }: SelectorProps) => { elements: [], x: 50, y: 40, - w: 250, - h: 700, + w: 300, + h: 800, canOverlap: false, useElementLocation: false, maxAmount: 1, diff --git a/src/redux/utils/initialSections.ts b/src/redux/utils/initialSections.ts index 844455d..df00ebd 100644 --- a/src/redux/utils/initialSections.ts +++ b/src/redux/utils/initialSections.ts @@ -5,8 +5,8 @@ const tinderSection: Section = { id: uuid(), x: 50, y: 40, - w: 300, - h: 800, + w: 350, + h: 900, priority: 10, type: 'tinder', widgetIDs: [],