increase size of tinder widget

This commit is contained in:
bedlam343 2024-04-25 17:24:43 -07:00
parent 82ba97ae9b
commit e7fcdb044b
3 changed files with 5 additions and 6 deletions

View File

@ -30,7 +30,7 @@ const TinderWidget = ({ widget }: TinderWidgetProps) => {
// TinderWidget enforces a certain layout and style for its Elements
<div
key={element.id}
className="w-full min-h-[50px] border-2 border-black
className="w-full min-h-[75px] border-2 border-black
flex items-center justify-center"
>
<Element element={element}>

View File

@ -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,

View File

@ -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: [],