Merge pull request #91 from Dhravya/editor

dhravya's improvements
This commit is contained in:
CodeTorso 2024-07-01 06:49:00 +05:30 committed by GitHub
commit 6489156912
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,9 +25,11 @@ export class textCardUtil extends BaseBoxShapeUtil<ITextCardShape> {
height: s.props.h,
width: s.props.w,
pointerEvents: "all",
background: "#2C3439",
background: "#2d333a",
borderRadius: "16px",
border: "2px solid #3e4449",
padding: "8px 14px",
overflow: "auto"
}}
>
<h1 style={{ fontSize: "15px" }}>{s.props.content}</h1>